REDEFINE
The REDEFINE compiler directive changes a previous DEFINE directive. The instruction uses one of the following formats:
|
|
|
|
|
|
|
|
|
|
Where:
label
Required. A Data Definition Label.
string1
Required. A string of characters of any value except the space character inserted in the program in place of the label.
string2
Required. A string of characters of any value inserted in the program in place of the label.
Flags Affected: NONE
Note the following:
The REDEFINE is just like the DEFINE compiler directive except that [label] is replaced if it already exists. See the section on DEFINE for more information.
See Also: DEFINE, UNDEFINE, Compiler Directives
![]() |