Versions Compared

Key

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

Show Contents List

...

Get the value from a field on a RAMP screen. Syntax

Syntax 

GETVALUE(sVariable)

Parameters

sVariable

Required.String that contains the newlook field name.

 

 

...

Return Value

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

Example

...

     MyString = GETVALUE("utxtSignOn")

...

 ;