rdeSetVar
rdeSetVar( t_varName g_varValue ) ; => t / nil
Description
This function sets the Virtuoso Routing IDE environment variable to the supplied value. The Virtuoso Routing IDE environment variables are independent of the dfII environment package.
Arguments
Value Returned
|
Returns nil if it is unable to set the environment variable. |
Examples
Sets the specified Virtuoso Routing IDE environment variable to "CDBA".
rdeSetVar "db.user_namespace" "CDBA"
Related Topics
Space-based Router Functions
Return to top