advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
STACK Statement Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 STACK [longinteger&]
 
 Usage Notes
   ■ If you request a stack space that is too large, the STACK statement
     allocates as much stack space as possible.
 
   ■ The STACK statement is allowed only at the module level of a code (.BAS)
     module.
 
   ■ The STACK statement is useful in programs that contain recursion and
     lots of nesting of SUB and FUNCTION procedures.
     See: FUNCTION Statement  SUB Statement