StringArray.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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

StringArray.GetShuffledElements(

)

 

 

Return Value

Type:

Array of string

 

 

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

 

Syntax

myStringArray1 = myStringArray2.GetShuffledElements();

 

 

See also

StringArray Object

Parsing Arbitrary String Data