Builds a sequence of characters used to define the position of the input cursor for a text.
Syntax
<Result> = gCoord(<X> , <Y>)
<Result>: Character string
Sequence of characters defining the writing position.
<X>: Real
X-coordinate (in pixels) of the new cursor position for the next text to write. If this parameter corresponds to an empty string (""), the x-coordinate corresponding to the cursor position will not be modified.
<Y>: Real
Y-coordinate (in pixels) of the new cursor position for the next text to write. If this parameter corresponds to an empty string (""), the Y-coordinate corresponding to the cursor position will not be modified.
Remarks
All the coordinates are expressed in pixels in relation to the upper-left corner of the element used (the upper-left corner of the row found in the List Box or Combo Box control for example).