I’ve found this blank page -.-
Yeah, I haven’t gotten around to writing it…
-
XY() produces an XY value from two numeric inputs.
XY( numericX, numericY ) -
GETX() produces the X component of a given XY value.
GETX( xy ) -
GETY() produces the Y component of a given XY value.
GETY( xy )
5 Likes
Thank you.
1 Like
Are there limitations or ranges (min-max) for numericX & numericY ? What will be returned if they are out of range?
I honestly don’t know. I believe the expected range for each is 0.0 to 100.0.
3 Likes