str-var = Get_SETVAR$(set-var-str)


Operands:

set-var-str

the name of the SPFLite SET variable for which the data is to be returned.


Returns:


Returns the string value for the specified SET variable named by set-var-str. If an unknown variable name is specified, a "" (a zero-length string) will be returned.


If a valid set-var-str, RC will be 0 and Msg$ will be "" (Null)

If an invalid set-var-str, RC will be 8, and Msg$ will contain an error message


Special Notes:


For example, Get_SETVAR$("ABC") would return the value assigned to the SPFLite SET variable ABC. 


Created with the Personal Edition of HelpNDoc: Maximize Your Documentation Capabilities with HelpNDoc's User-Friendly UI