StringArray.Shuffle() Method

Top 

Description

Randomly shuffles the elements of the calling StringArray. 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

StringArray.Shuffle(

)

 

 

Syntax

myStringArray1.Shuffle();

 

 

See also

StringArray Object

Parsing Arbitrary String Data