Programmer's Guide > Interfaces > StringList interface > append method
  
append method
Adds a string to the end of the current collection.
append(value )
Parameters
Stringvalue
New value to store into the collection, which may be null.
Returns
void