CoreClasses Xojo Plugin

StringArray.Remove Method (console safe)

Use this method to remove a single string from the array.

Remove(
   where as Integer)

Parameters

where
Use this parameter to specify where to remove from.

Remarks

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

See Also

StringArray Class