rdeGetVar
rdeGetVar( [ t_varname ] ) ; => t / nil
Description
This function returns the Virtuoso Routing IDE environment variable. The Virtuoso Routing IDE environment variables are independent of the dfII environment package.
Arguments
Value Returned
|
Returns t if the value of the environment variable could be found. |
|
|
Returns nil if it was unable to find the value of the environment variable. |
Examples
The following example looks for the value of the db.user_namespace environment variable.
rdeGetVar "db.user_namespace"
Related Topics
Return to top