String.SubString Method

Top 

Description

Return a substring of a string.

 

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.

 

Overload List

Signatures

Return Value

Description

String.SubString(Variable start)

String

Takes a portion of the String with a defined beginning (start) and continuing to the end of the string.

String.SubString(Variable start, Variable numChars)

String

Takes a portion of the String with a defined beginning (start) and length (numChars).

 

 

See also

String Object

Parsing Dates and Times

Parsing Arbitrary String Data

Parsing Arbitrary String Data