Platform | x64, Win32 |
Purpose |
To add a string to the end of a line. |
Syntax |
SUBROUTINE APPEND_STRING@(LINE,ADDITION)
|
Description |
This routine adds the string ADDITION to the end of string LINE after removing trailing spaces from LINE. This can be used to build up complex strings without the need to do many substring calculations. |
Example |
PROGRAM SONG |