This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:concat [2013/10/28 17:46] – modify breadcrumb to point to String Commands section Grayzzur | crpl:docs:concat [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | + | |
<- [[crpl: | <- [[crpl: | ||
===== concat | ===== concat | ||
Line 11: | Line 11: | ||
The result is pushed back to the stack. | The result is pushed back to the stack. | ||
=== Examples === | === Examples === | ||
+ | Merges " | ||
< | < | ||
- | # Merges " | + | ShowTraceLog |
- | " | + | " |
</ | </ | ||
+ | Create a unit text tooltip, based on values from variables within said unit, by concatenating values and strings together. | ||
+ | |||
+ | The reason there is an endline here: " | ||
+ | < | ||
+ | once | ||
+ | | ||
+ | endonce | ||
+ | |||
+ | :awake | ||
+ | 64 ->power | ||
+ | 30 -> | ||
+ | 42 -> | ||
+ | |||
+ | "" | ||
+ | < | ||
+ | < | ||
+ | Interval: " concat < | ||
+ | < | ||
+ | Cookies: " concat < | ||
+ | |||
+ | < | ||
+ | </ |