string: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added to Variable Type category.)
m (The unmodified title should be "string" since it's in use throughout the wiki)
Tag: Manual revert
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
==Example==
==Example==


<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
[h:exampleString = "This is an example string."]
[h:exampleString = "This is an example string."]
</source>
</syntaxhighlight>
[[Category:Variable Type]]
[[Category:Variable Type]]

Latest revision as of 07:04, 23 November 2023

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."]