[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
133 NEW: LOCAL
--------------------------------------------------------------------------------
LOCAL is a new statement that declares one or more variables or
arrays local to the current procedure or user-defined function.
Variables declared as local may be assigned an initial value as
part of the LOCAL statement using the in-line assignment (:=)
operator. The visibility and lifetime of a local variable are
limited to the declaring procedure or function.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson