This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:concat [2014/10/01 19:02] – external edit 127.0.0.1 | 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 < | ||
| + | |||
| + | < | ||
| + | </ | ||