Utils 1 0-ListRandomElements

From ADF Docs
Revision as of 04:08, 24 March 2010 by Api (talk | contribs)
Jump to: navigation, search

Description

Return to Utils_1_0

Returns specified number of random list elements without repeats.

Signature

public string ListRandomElements ( string theList, numeric numElements, string theDelim )

Parameters

Required Name Type Description
required theList string
  numElements numeric
optional theDelim string [Default: ,]