string: Difference between revisions
Jump to navigation
Jump to search
m (The unmodified title should be "string" since it's in use throughout the wiki) |
|||
(3 intermediate revisions by 2 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]] | [[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."]