CoreClasses Xojo Plugin

StringTokenizerArray.Constructor Constructor (console safe)

The constructor for the StringTokenizerArray class.

Constructor(
   str as String,
   delim as String)

Parameters

str
The string to parse.
delim
The delimeter that separates the tokens.

Remarks

If you are subclassing the StringTokenizerArray class then you need to explicitly call the StringTokenizerArray's constructor from the sub class constructor. This is because the StringTokenzierArray always needs to get the parameters that it takes in its contructor.

See Also

StringTokenizerArray Class