RpnStack

From BR Wiki
Jump to navigation Jump to search

The RpnStack config specification changes the size of the RPN stack, which holds the locations of each active variable in the current statement and the locations of statements suspended by a user-defined function call.

Syntax


Start-up Default

RpnStack 1000 (version 4.3+)

Parameter

"Integer" is a decimal number representing the number of variables that the RPN stack can hold. It must be greater than 49; the default is 200 variables.

Technical Considerations

1.) RpnStack may be specified only in the BRConfig.sys file; it is not valid with Config.
2.) An error message (error code 9002) appears when an RPN stack is too small for the program in use.
3.) The amount of user memory available depends upon the amount of memory used by all the stacks together. Be sure to account for the sizes of the other stacks when you use the RpnStack specification.