Get the value from a field on a RAMP screen.
GETVALUE(sVariable)
sVariable | Required.String that contains the field name. | ||
sIndex | Optional. Specifies the row for fields used as columns in subfiles. | ||
sIndex | Optional. An Integer that specifies the subfile row of the field.
| ||
String. Returns the value of the field as a string.
MyString = GETVALUE("utxtSignOn") ;