string: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Macros:Variables:string moved to String: Moved to main namespace.)
m (Added to Variable Type category.)
Line 6: Line 6:
[h:exampleString = "This is an example string."]
[h:exampleString = "This is an example string."]
</source>
</source>
[[Category:Variable Type]]

Revision as of 13:06, 25 March 2009

A string in MapTool is a series of alphanumeric characters enclosed in single or double quotation marks.

Example

[h:exampleString = "This is an example string."]