Hi All,
I have worked with normal macros but here I am trying to resolve a macro with an extension.
example:
% let x = 1243.txt;
Later down the program when I am trying to reference, it gives me an error stating syntax error.
y = &x;
Is there a way around it.
Thanks in advance,
Raj
I have worked with normal macros but here I am trying to resolve a macro with an extension.
example:
% let x = 1243.txt;
Later down the program when I am trying to reference, it gives me an error stating syntax error.
y = &x;
Is there a way around it.
Thanks in advance,
Raj