getCursorField()
The converseLib.getCursorField() system function returns the EGL variable name of the field in the form that the cursor is currently on. If the optional occurrence INOUT parameter is specified, then the cursor occurrence value is placed into the occurrence variable. A value of 1 is returned for non-array variables as well as the first occurrence of an array variable. To determine whether the returned variable is an array or not, use the convertLib.getForFieldOccurrence() function call.
Syntax
converseLib.getCursorField(textForm TextForm [,occurrence int in])
returns(result string)
- textform
- The specific text form that the the current cursor field name is to be returned from.
- occurrence
- The optional occurrence INOUT integer variable is written to indicate which array element the cursor was on.
- result
- A string value that represents the EGL field variable name that the cursor is currently on.