arrayrandomize(
THEARRAY
,
SEPARATOR
)

The arrayrandomize( function reorders an array in random order.


Parameters

This function has two parameters:

thearray – The original array.

separator – The separator character used in this array.


Description

This function reorders an array in random order. The examples below show how you can run this function over and over again and get different results each time.

arrayrandomize("now is the time"," ") ☞ time is the now
arrayrandomize("now is the time"," ") ☞ is now the time
arrayrandomize("now is the time"," ") ☞ time now the is

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0