This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ixe:irpl:strings:concat3 [2025/01/11 01:09] – created Karsten75 | ixe:irpl:strings:concat3 [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | ====== | + | ====== |
- | Concat(“abc” “def”) ->sixLetters | + | Concat3(“abc” “def” |
===== Description ===== | ===== Description ===== | ||
- | Takes the top two items from the stack, | + | Takes the top three items from the stack, |
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | Trace(Concat(" | + | Trace(Concat3(" |
</ | </ | ||