StoreData

You can use the StoreData function in conjunction with a Repeat or RepeatUntil function to store the results of a cell.

Note:
  • When used in conjunction with the Repeat or RepeatUntil functions to generate a loop, place the StoreData function inside the loop of spreadsheet cells being iterated. Otherwise, the StoreData function only runs once, and does not update in sync with the loop.
  • The StoreData function stores data in a "first in, first out" manner, meaning that when it stores a new result, that result is stored in the buffer under index 0, and subsequent results are stored under a subsequent index.
  • The StoreData function does not store the data it contains when the job file is saved. StoreData functions in your job file automatically reset when you load a new instance of the job.
  • If a stored cell contains a reference to an input image, the StoreData function does not store the input image. If you reference the StoreData output with a GetValue function, the GetValue function output only displays the graphics unique to the stored cell.