values

Description

Returns values of an object.

list values( object input )

Returns a list of values for each property that exists on the inputobject.

Example

{obj={"a":"Hello","b":"World"}}
{values(obj)}   ---> ["Hello","World"]

Contact us

Top