Givens:
The names of the equates are read from a text file. Is it possible to retrieve the value of an equate when only its name is known?
Example:
Read from file: Equate1 or %Equate1
Needed:
The value assigned to Equate1
Code:
%Equate1 = 123 %Equate2 = 456
Example:
Read from file: Equate1 or %Equate1
Needed:
The value assigned to Equate1
Comment