values
- function
-
Returns a list of the values of every property in a property list. For the sake of consistent results, SenseTalk returns the values in the alphabetical order of the property keys.
-
Examples: +
set coords to {x:133, y:-14, z:78}
put the values of coords —> [133,-14,78] -
Related: keys, keyForValue
-
- keyword
- is among the values of
- the number of values of
- the number of instances of x among the values of y
- intersection, uniqueItems, excludeItems functions: synonym for 'items' in these functions
- new in 1.62