LONGSTRING COPY dest%(), src%()

Copy one long string to another. 'dest%()' is the destination variable and 'src%()' is the source variable. Whatever was in 'dest%()' will be overwritten.