string: Difference between revisions
Jump to navigation
Jump to search
(New page: A string in MapTool is a series of alphanumeric characters enclosed in single or double quotation marks. ==Example== <source lang="mtmacro" line> [h:exampleString = "This is an example ...) |
m (The unmodified title should be "string" since it's in use throughout the wiki) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
==Example== | ==Example== | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h:exampleString = "This is an example string."] | [h:exampleString = "This is an example string."] | ||
</ | </syntaxhighlight> | ||
[[Category:Variable Type]] |
Latest revision as of 23:59, 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."]