Difference between revisions of "StringToken"
Jump to navigation
Jump to search
→Example
imported>Speedo m (→Notes) |
imported>Speedo |
||
Line 53: | Line 53: | ||
We can use [[StringCat]] together with '''StringTokens''' to combine everything in a single operation, without needing to create, set, or worry about destroying additional strings: | We can use [[StringCat]] together with '''StringTokens''' to combine everything in a single operation, without needing to create, set, or worry about destroying additional strings: | ||
StringCat String1 -32 String2 -33 -1310 -1310 String3 | StringCat newString String1 -32 String2 -33 -1310 -1310 String3 | ||
==Notes== | ==Notes== |