Macro Tips and Tricks: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Languages| | {{Languages|Macro Tips and Tricks}} | ||
[[Category:MapTool]][[Category:Tutorial]]{{Beginner}} | [[Category:MapTool]][[Category:Tutorial]]{{Beginner}} | ||
== | ==== | ||
<blockquote> | <blockquote> | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h:existingString = "The skill name you entered is "] | [h:existingString = "The skill name you entered is "] | ||
[h:concatString = existingString+skill+"."] | [h:concatString = existingString+skill+"."] | ||
[r:concatString] | [r:concatString] | ||
</ | </syntaxhighlight> | ||
</blockquote> | </blockquote> | ||
{{Languages| | {{Languages|Macro Tips and Tricks}} |