simSetDefWithNoWarn
simSetDefWithNoWarn(
g_variableName
g_value
)
=> t / nil
Description
Sets the g_variableName variable to g_value, same as the simSetDef function, except that no warning is generated if variableName is already set.
The function is defined in /etc/skill/si/caplib/util.ile. You can modify this function.
Arguments
Value Returned
Examples
simSetDefWithNoWarn('simCapUnit 1.0e-15)
Related Topics
Return to top