You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Show Contents List

GETVALUE Function

Get the value from a field on a RAMP screen.
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") ;
 
 
Show Contents List

  • No labels