SubString Function

Top  Previous  Next

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

SubString(String stringArgument, Variable start, Variable numChars)

String

Takes a portion of the source string stringArgument with a defined beginning (start) and length (numChars).

 

 

See also

Functions