====OldValues==== The **oldvalues** array is part of the [[Trigger]] class. It contains all of the values delivered from ARDI //the last time the calling function was run//. These values are in the order that you specified in the '[[decorators|@data]]' decorator for your function. Note that if the previous event [[backtracking|can't be found]], this array might be full of **None** values. ===See Also=== You can also request these individually using the [[OldValue]] function. You can see the //current// values for your points using the [[Value]] function or [[values]] array.