getMacroIndexes: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function getMacroIndexes== {{ProposedChange}} Returns a Macros:string list of the macro buttons on the current Token:token that have the specified label. ===Usage=== <sourc...)
 
Line 1: Line 1:
==Function getMacroIndexes==
==Function getMacroIndexes==
{{ProposedChange}}
 
Returns a [[Macros:string list|string list]] of the [[macro buttons]] on the current [[Token:token]] that have the specified label.
Returns a [[Macros:string list|string list]] of the [[macro buttons]] on the current [[Token:token]] that have the specified label.



Revision as of 15:04, 6 December 2008

Function getMacroIndexes

Returns a string list of the macro buttons on the current Token:token that have the specified label.

Usage

[h: indexes = getMacroIndexes(label)]
[h: indexes = getMacroIndexes(label, delim)]

delim is the delimiter used to separate values in the string list and defaults to "," if not specified.