KCML_KClient_GetVar
Purpose
Get a KClient variable
Definition
DEFSUB 'KCML_KClient_GetVar(Name$, BYREF Value$) AS Bool
Parameters
| Name | Name of variable |
| Value | Value |
Return
TRUE if the function succeeds. FALSE if the function fails (e.g. no such varable) and value$ will be redimmed to an empty string
Description
This function retrieves a pseudo environment varable sent from KClient.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.