string: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page String to string: Converting page titles to lowercase)
No edit summary
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]]

Revision as of 17:37, 14 March 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."]