Shuffle items.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Friend Sub ShuffleItems ( _
	lIdx As Integer() _
)

Parameters

lIdx
Type: array<System..::..Int32>[]()[][]
Array with indicies of items to shuffle.

Remarks

Items with the indecies given in the array lIdx.

See Also