◄Up► ◄Contents► ◄Index► ◄Back► ─────AUTOMATIC Variables──────────────────────────────────────────────────── This option enables or disables automatic variables. Syntax: /4{Y | N}a The /4Ya option causes all eligible variables in the succeeding files to be automatic. They are stored on the stack. (The default is to declare all variables as static. They have defined memory locations.) The /4Na option disables automatic variables (except as declared within the program) for succeeding files. See Also: ◄AUTOMATIC► -♦-