geCoordp
geCoordp(
coord
)
=> t / nil
Description
Determines whether the data supplied bycoord is a point coordinate.
Arguments
Value Returned
Examples
The following example returns t.
geCoordp(10:10)
The following example returns nil.
geCoordp("myCell")
Related Topics
Return to top