VirtualStringArray.GetShuffledElements() Method

Top 

Description

Returns a copy of the calling StringArray where the elements have been randomly shuffled. Calling SeedNoise will set the seed for this method.

 

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

VirtualStringArray.GetShuffledElements(

)

 

 

Return Value

Type:

Array of string

 

 

Returns a StringArray object that contains the shuffled values of the StringArray.

 

Syntax

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

 

 

See also

VirtualStringArray Object