armSetCalc
armSetCalc(s_name g_value) =>g_value
Description
Sets the specified property of the Calculator resource to the specified value.
Arguments
Value Returned
Examples
The following example sets the number of stacks to be displayed in the Calculator to 10.
armSetCalc('numStack 10)
=> 10
Return to top