CoreClasses Xojo Plugin
StringArray.Append Method
(console safe)
Use this method to append a string to the array.
Append(
item
as
String)
Parameters
item
The String to append.
Remarks
See Also
StringArray Class