StringTokenizer.RemoveDelimiter(String) Method

Top 

Description

Removes a delimiter string from the StringTokenizer.Delimiters StringArray and then returns the size of the array. The delimiter string to be removed must be present in the Delimiters String Array or an error will result.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

StringTokenizer.RemoveDelimiter(

String delimiter)

 

 

Arguments

delimiter


Description:

Delimiter to remove from the StringTokenizer.Delimiters StringArray.

 

 

 

Return Value

Type:

number

 

 

Returns the size of the StringTokenizer.Delimiters StringArray.

 

Syntax

myVariable1 = myStringTokenizer1.RemoveDelimiter(myString1);

 

 

Example 1

 

 

See also

StringTokenizer Object

Parsing Arbitrary String Data