simCheckExist
simCheckExist (
l_variableNames
)
=> t / nil
Description
Checks whether all of the variables in the variableNames list argument are defined and are not set to nil. Otherwise, prints an error message.
The function is defined in /etc/skill/si/simcap.ile. You can modify this function.
Arguments
Value Returned
|
The command was unsuccessful and an error message is displayed. |
Examples
simCheckExist('(simSimulator simRunDir) )
Related Topics
Return to top