This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| crpl:docs:concat [2013/01/14 19:07] – created chani | crpl:docs:concat [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | TODO | + | |
| + | <- [[crpl: | ||
| + | ===== concat | ||
| + | |||
| + | ^Arguments^Result^Notation^ | ||
| + | |Two strings|A string that is the concatenated version of the two input strings. |'' | ||
| + | |||
| + | |||
| + | === Description === | ||
| + | Takes two strings from the stack and concatenates them. | ||
| + | The result is pushed back to the stack. | ||
| + | === Examples === | ||
| + | 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 -> | ||
| + | 30 -> | ||
| + | 42 -> | ||
| + | |||
| + | "" | ||
| + | < | ||
| + | < | ||
| + | Interval: " concat < | ||
| + | < | ||
| + | Cookies: " concat < | ||
| + | |||
| + | < | ||
| + | </ | ||