CoreClasses Xojo Plugin

StringTokenizerList.Constructor Constructor (console safe)

The constructor for the StringTokenizerList.

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 StringTokenizerList class then you need to explicitly call the StringTokenizerList's constructor from the sub class constructor. This is because the StringTokenzierList always needs to get the parameters that it takes in its contructor.

See Also

StringTokenizerList Class