drawVBL

From RPTools Wiki
Revision as of 10:47, 8 April 2013 by JML (talk | contribs) (Created empty)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
 This article needs: Empty article at the moment.

drawVBL() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.3b89
This is an example function. It doesn't actually exist as a function in MapTool.

Usage

exampleFunction(param1, param2)

Example

This example doesn't really do anything.
[h: exampleVariable = "a,b,c"]
[r: exampleFunction(exampleVariable, reverse)]

Returns:

c,b,a

See Also