calSetBuffer
calSetBuffer(t_bufferExpression) =>t/nil
Description
Sets the contents of the Buffer in Calculator.
Arguments
Value Returned
Examples
The following example sets the specified expression in the Calculator Buffer.
calSetBuffer("expr(x sin(x) linRg(2 4 0.5))")
=> t
The following example returns the expression that is currently set in the Calculator Buffer.
calGetBuffer()
=> "expr(x sin(x) linRg(2 4 0.5))"
Return to top