Xbasic
Character Addition Functions
Description
Functions to paste strings together.
- Name
- Description
- *CONCAT Function
*CONCAT appends Data2to Data1. *CONCAT is much faster than string addition.
- *CONCAT_LINES Function
Appends lines (adding needed CR-LFs) eliminates blank lines.
- join_lists Function
Joins two CR-LF delimited lists into a single list. Result has same number of rows as 'list1'.
Related Functions
Concatenation with Trim Operator - Removes trailing spaces from Operand1 and then appends Operand2 to Operand1.
See Also