CoreClasses Xojo Plugin

StringArray.Remove Method (console safe)

Use this method to remove strings from the array.

Remove(
   where as Integer,
   count as Integer)

Parameters

where
Use this parameter to specify where to remove from.
count
Use this parameter to specify how many items to remove.

Remarks

StringArray is 0 based, that is the first string is number 0.

See Also

StringArray Class