[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
137 NEW: PROCEDURE
--------------------------------------------------------------------------------
PROCEDURE declarations have been enhanced in several ways:
1. STATIC PROCEDURE: The ability to declare a STATIC PROCEDURE
limits the scope of the procedure to the .prg file where it is
defined.
2. Parameters: Formal parameters may be declared as part of
the PROCEDURE definition by enclosing the variable names in
parentheses following the function name.
3. Variable declarations: FIELD, LOCAL, MEMVAR and STATIC
variable declarations may be made as part of the PROCEDURE
definition.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson