StringTokenizer.AddDelimiter(String) Method

Top 

Description

Adds a literal delimiter string to the StringTokenizer.Delimiters StringArray and then returns the size of the array.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

StringTokenizer.AddDelimiter(

String delimiter)

 

 

Arguments

delimiter


Description:

Delimiter to add to the StringTokenizer.Delimiters StringArray for parsing a string.

 

 

 

Return Value

Type:

number

 

 

Returns the size of the StringTokenizer.Delimiters StringArray.

 

Syntax

myVariable1 = myStringTokenizer1.AddDelimiter(myString1);

 

 

Example 1

 

 

See also

StringTokenizer Object

Parsing Arbitrary String Data