Macro Tips and Tricks: Difference between revisions
Jump to navigation
Jump to search
m (Taustin moved page macro Tips and Tricks to Macro Tips and Tricks) |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
<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|Macro Tips and Tricks}} | {{Languages|Macro Tips and Tricks}} |