cell
VALUE

The cell statement enters a value into the currently active field (i.e. cell).


Parameters

This statement has one parameter:

value – The value to enter in the field.


Description

This statement enters a value into the currently active field (i.e. cell), and runs any calculations associated with that field.

This example increases the price by 30%:

Field "Price"
cell «»*1.3

Note: This is equivalent to:

Price = Price*1.3
runfieldcalculations

See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0.