getVarWriteProtect
getVarWriteProtect(s_name) =>t/nil
Description
(SKILL mode only) Checks if a variable is write-protected. Does not work in SKILL++ mode. In SKILL++ mode, use getFnWriteProtect instead.
Arguments
Value Returned
Examples
Returns nil if the variable x is not write protected.
x = 5
getVarWriteProtect( 'x )
=> nil
Related Topics
Function and Program Structure
Return to top