Difference between revisions of "Utils 1 0-ListRandomElements"
From ADF Docs
Line 5: | Line 5: | ||
== Description == | == Description == | ||
− | |||
− | |||
Returns specified number of random list elements without repeats. | Returns specified number of random list elements without repeats. | ||
Latest revision as of 13:59, 9 April 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to Utils_1_0
Description
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: ,] |