This is an old revision of the document!


Range Set

The process step Range Set is the Djeeni counterpart of data entry on a worksheet. You can enter a value into a single cell or the same value into a range of cells:

  Range Set    Cell/Range=wsExample!A4:A5    Value=Age
  Range Set    Cell/Range=wsExample!B4    Value=54
  Range Set    Cell/Range=wsExample!B5    Value=52

You do not have to use double quotes to assign text values.

Just like in Excel you can also assign formulas to cells by starting your value with =:

  Range Set    Cell/Range=wsExample!A4    Value= =[$wsExample!B2]+3