getProperty: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function getProperty== {{ProposedChange}} Returns the value of a token property. If the token property contains nothing then an empty string ("") ...)
 
Line 1: Line 1:
==Function getProperty==
==Function getProperty==
{{ProposedChange}}
 
Returns the value of a [[Token:property| token property]]. If the [[Token:property| token property]] contains nothing then an empty string ("") is returned. This function will not return the default value for a property if it is empty.
Returns the value of a [[Token:property| token property]]. If the [[Token:property| token property]] contains nothing then an empty string ("") is returned. This function will not return the default value for a property if it is empty.



Revision as of 15:07, 6 December 2008

Function getProperty

Returns the value of a token property. If the token property contains nothing then an empty string ("") is returned. This function will not return the default value for a property if it is empty.

[h: val = getProperty(name)]