fl.hlp (Table of Contents; 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.
AUTOMATIC Variables
                                             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
                                    -♦-