Specifying Splasher commands

For each writeback method you can specify allocation or alteration of values.

  • Allocate replaces existing values. For example, if a cell contains 1 and you write 2 to it using Allocate, the cell value becomes 2. Allocate splasher commands are prefixed with the hash (#) symbol.
  • Alter amends existing values by the value you enter. For example, if a cell contains 1 and you enter 2 using Alter, the cell value becomes 3. Alter splasher commands are prefixed with ampersand (&).