arrayrandomize
OLDARRAY
,
NEWARRAY
,
SEP

The arrayrandomize statement reorders an array in random order.


Parameters

This statement has three parameters:

oldarray – The original array.

newarray – The randomized output array.

sep – The separator character used in this array.


Description

This statement reorders an array in random order. This example will rearrange the words in this sentence in random order.

local jabber
arrayrandomize "Now is the time for action",jabber," "
message jabber

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.