====Values==== The **values** array is part of the [[Trigger]] class. It contains all of the up-to-date values delivered from ARDI that you specified in the '[[decorators|@data]]' decorator for your function. //NOTE: The 'values' buffer is actively updated with new data as it changes. If you are going to use data from the values array or [[value]] function in long-running tasks, we suggest you record that information into local variables at the **start of your function** to ensure that it doesn't change throughout your process.// ===See Also=== You can also request these individually using the [[Value]] function. You can see the //previous// values for your points using the [[OldValue]] function or [[oldvalues]] array.