Allen,In your example, you use a variable in an EQUATE statement. This references the variable's pointer, not its value. So the code:
TEMP = CHANGE('A.B.D.M.S.V','.',@VM)
EQU VALID.CC.TYPES TO TEMP
TEMP = "SOMETHINGELSE" ;* change TEMP's value
DISPLAY VALID.CC.TYPES
will display "SOMETHINGELSE", not the valid cc types as intended.
rex
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/
