◄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►