DESCR
Can be used to read or set the contents of the description column of a Calculation.
DESCR:='new value';
Changes the content of description column.
x:=DESCR
Reads the content of description column and assigns it in variable x.
Go Back