String.SubString(Variable) Method

Top 

Description

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

 

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

String.SubString(

Variable start)

 

 

Arguments

start


Description:

The index of the first character from which to begin the extraction (zero based).

Valid Range:

start ≥ 0

 

 

 

Return Value

Type:

string

 

 

Return a substring of a string.

 

Syntax

myString1 = myString2.SubString(myVariable1);

 

 

See also

String Object

String.SubString

Parsing Dates and Times

Parsing Arbitrary String Data

Parsing Arbitrary String Data