VirtualString.At(Variable) Method

Top 

Description

Returns the character at the specified location in the 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.

 

Method Signature

VirtualString.At(

Variable index)

 

 

Arguments

index


Description:

Index of the character to return from the string.

Valid Range:

index ≥ 0

 

 

 

Return Value

Type:

string

 

 

Returns the character at the location specified by index in the calling String.

 

Syntax

myString1 = myString2.ToLower.At(myVariable1);

 

 

See also

VirtualString Object