[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
132 NEW: FUNCTION
--------------------------------------------------------------------------------
FUNCTION declarations have been enhanced in several ways:
1. STATIC FUNCTION: The ability to declare a STATIC FUNCTION
limits the scope of the function to the (.prg) file where it is
defined.
2. Parameters: Formal parameters may be declared as part of the
FUNCTION 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 FUNCTION
definition.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson