Returns a text representation of any value in a format suitable for archiving. For any type of value, this function should return a text value that can be supplied as the parameter to the value() function to retrieve the original value. In general, you shouldn't rely on the returned value to always be in a particular form -- the exact format may change from one version of SenseTalk to another, and may also depend on other factors, including the current internal representation of the value. However, value(standardFormat(someValue)) should always be equal to someValue.
new in 1.23
changed in 1.63 to use square brackets for lists
changed in 1.64 to support the new boolean values Yes, No, On, and Off