PNT function
Returns the point represented by the coordinates x and y as a single value.
Syntax
PNT(x,y)
Remarks
Converting coordinates to points allows you to change a shape's geometry without having to manipulate x- and y-coordinates separately.
Example
PNT(PinX,PinY)
Returns the point represented by PinX and PinY.