StringArray.Resize Method (console safe)
Use this method to resize the array.

Resize(
newCount
as Integer)
Parameters
- newCount
- Use this parameter to specify the new size of the array.
Remarks
If having REALbasic 2010r4 or later then the ReDim operator can also be used to resize the array.
See Also
StringArray Class