VirtualString.SubString Method

Top 

Description

Return a substring of a string.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

VirtualString.SubString(Variable start)

String

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

VirtualString.SubString(Variable start, Variable numChars)

String

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

 

 

See also

VirtualString Object