Search results

  1. D

    Keywords as column names in tables

    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...
Back
Top