====PROPERTY==== ===Parameters=== ^Order^Name^Type^Desc^ |1|query|[[const]]|The property name/ID to search for| ===Returns=== Places a [[property list|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 [[fFINDPROPERTY|FINDPROPERTY]], and can in fact be replicated by the call ** [[fFINDPROPERTY|FINDPROPERTY]] 0 [[fINDEX|INDEX]], which extracts the first item from the list of search results. ===Macros=== You can also access this function through the [[mP|P]] macro. ===See Also=== [[fFINDPROPERTY|FINDPROPERTY]]