string: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
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]] |
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."]