LONGSTRING CONCAT dest%(), src%()
Concatenate one long string to another. 'dest%()' is the destination variable and 'src%()' is the source variable. 'src%()' will be added to the end of 'dest%()' (the destination will not be overwritten).
Concatenate one long string to another. 'dest%()' is the destination variable and 'src%()' is the source variable. 'src%()' will be added to the end of 'dest%()' (the destination will not be overwritten).