Difference between revisions of "StringCat"
Jump to navigation
Jump to search
Updated function changes
imported>Speedo (add StringToken link) |
imported>Speedo (Updated function changes) |
||
Line 4: | Line 4: | ||
'''Syntax:''' | '''Syntax:''' | ||
StringCat TargetStringID:long StringID1:long ''StringID2:long ... | StringCat TargetStringID:long StringID1:long ''StringID2:long ... StringID20:long'' | ||
Appends strings onto the target string. May be used with [[StringToken|StringTokens]]. | Appends strings onto the target string. May be used with [[StringToken|StringTokens]]. | ||
Line 10: | Line 10: | ||
*TargetString '''must''' be associated with the calling Esp. | *TargetString '''must''' be associated with the calling Esp. | ||
*At least one StringID to append must be specified. | *At least one StringID to append must be specified. | ||
*A maximum of | *A maximum of 20 StringIDs to append may be specified. | ||
[[Category: Functions (Pluggy)]] | [[Category: Functions (Pluggy)]] | ||
[[Category: String Functions (Pluggy)]] | [[Category: String Functions (Pluggy)]] |