PNTX Function

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.