Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
...
cache ( _out.KeyVal,
    if (_cacheValue == _NULL, $currentValue = 0, $currentValue = _cacheValue),
	$currentValue = $currentValue + _out.CashValue,
	$currentValue
)
...

...