Returns the X value of a coordinate.
Function only- no corresponding object
Use this to access the X value from coordinate within an expression.
menu: no menu pick - to access use the Function and Object browser
library: dataLib
Given coordinate (1,2), Xcoord returns 1
While VEE syntax provides the ability to create and examine Complex and PComplex data within expressions, it lack the ability to do the same with coordinates. Hence one is left with the often-clumsy need to use the Build and Unbuild Coord objects instead. This function allows one to unbuild a coordinate within an expression.
VEE 7.0+, all platforms