Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the x-coordinate of a point.
Syntax
PNTX(point )
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| point |
Required |
Number |
The x-coordinate of the point. |
Return value
Number
Example
PNTX(PNT(7,12))
Returns 7.