APPEND$

This command will append the two specified strings together.

  Syntax
APPEND$ string A, string B
  Parameters
string A
String
This value is a string value encased in speech marks.
string B
String
This value is a string value encased in speech marks.

  Returns

This command does not return a value.

  Example Code
a$="dark basic "
b$="pro"
append$ a$,b$
print a$
do
loop
  See also

TEXT Commands Menu
Index