PROPERTY

Parameters

OrderNameTypeDesc
1queryConstThe property name/ID to search for

Returns

Places a property list on the stack.

Description

This function returns a single property by searching for the best match to the passed query value.

Note that this is very similar to FINDPROPERTY, and can in fact be replicated by the call **<name> FINDPROPERTY 0 INDEX, which extracts the first item from the list of search results.

Macros

You can also access this function through the P macro.

See Also