Hello.  Does anyone know how to get the value of a field when the field name is a keyword WITHOUT using the KeywordForget functionality?
For example:
We have a table t which has a column named ALIAS.
The following code will not compile because ALIAS is a keyword...
FOR EACH t:
DISPLAY t.ALIAS.
Thank you.
David Wallin
				
			For example:
We have a table t which has a column named ALIAS.
The following code will not compile because ALIAS is a keyword...
FOR EACH t:
DISPLAY t.ALIAS.
Thank you.
David Wallin