To assign a value to a variable in an AutoEdit variable database:
DO SET %%colname = val
In this statement
The following sample set of DO statements accomplishes the steps described above.
DO SET=%%$GLOBAL = MYDB       GLOBAL  N
DO SET=%%$DBROW = 3       GLOBAL  N
DO SET=%%COLNAME = NEWVALUE       GLOBAL  Y
WHILE and ENDWHILE statements can be used to loop through variables in a column of a table. For more information, see DO SET: Automated Console Action Parameter.
Parent Topic |