
B-63943EN-2/01 5.MACRO VARIABLES
- 91 -
5.2 LOCAL VARIABLES (#1 TO #33) / ARRAY VARIABLES (#1
TO #99)
Local variables can be used in any of conversational macros, auxiliary
macros, and execution macros. The local variables used in an
execution macro, those used in a conversational macro, and those
used in an auxiliary macro are independent of one another. The local
variables used in an execution macro can also be used in a custom
macro.
NOTE
If array variables are effective, local variables are
not effective in conversational macros and auxiliary
macros.
In execution macros, local variables are effective
regardless of whether array variables are effective
or not.
If a P-CODE variable is to be referenced by a conversational macro or
auxiliary macro as an array variable, an array variable (#1 to #99) can
be used. See Section 6.10, "Array-Type Processing and Referencing
of P-CODE Variables" for details.
NOTE
Local variables are effective if array variables are
not effective.