VirtualStringArray.ToArray() Method

Top 

Description

Converts the StringArray to a normal Array with Variable values.

 

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.

 

Method Signature

VirtualStringArray.ToArray(

)

 

 

Return Value

Type:

Array of number

 

 

The Array of converted elements.

 

Syntax

myArray1 = {"Test1", "Test2"}.ToArray();

 

 

See also

VirtualStringArray Object