Random  Array

The Random function sorts the array randomly.

Syntax

Array.Random(
     Integer iStart = 0,
     Integer iEnd = -1)

Parameters

iStartIndex of the first item.Optional
iEndIndex of the last item (excluded).
-1: Last array item (included).
Optional

Return value

The Random function has no return values.

Example

myArray.Random()
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia