Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get the value from a field on a RAMP screen.

Syntax

GETVALUE(sVariable)

Parameters

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.

Note
Note: the specified row index must exist in the current subfile page.

...

Return Value

String. Returns the value of the field as a string.

Example

     MyString = GETVALUE("utxtSignOn") ;

...