Syntax: /ST[ACK] :number

This option controls the stack size (in bytes) of your program. You can specify any positive value for <number>. See Entering Numeric Arguments.

If your program generates a stack-overflow message, you can increase the size of the stack. In contrast, if your program uses the stack very little, you may save some space by decreasing the stack size.


[Back] [Next]