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
Version | Status | Notes |
10.0 | Updated | Carried over from Panorama 6.0. |