QMGetVar() |
|
|
The QMGetVar() function returns the value of an @-variable from the server.
The function takes a single argument, Name, as the name of the @-variable to be returned. The leading @ symbol may be omitted. If the named variable does not exist, a null string is returned.
The examples below return the value of the @SELECTED variable. Note that although this is a numeric value, the returned data is always a character string.
|