VirtualStringArray.Reversed() Method

Top 

Description

Returns a copy of the StringArray with the elements in reverse order.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

VirtualStringArray.Reversed(

)

 

 

Return Value

Type:

Array of string

 

 

The reversed StringArray.

 

Syntax

myStringArray1 = {"Test1", "Test2"}.Reversed();

 

 

See also

VirtualStringArray Object