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 y-coordinate of a point.
Syntax
PNTX(* point** )
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| point |
Required |
Number |
The y-coordinate of the point. |
Return value
Number
Example
PNTY(PNT(7,12))
Returns 12.