Turning Technologies ExamView User Manual

Page 111

Advertising
background image

ExamView Test Generator

111

unsort

list unsort(list dataList)

This function will "unsort" or scramble the list of arguments. The list passed in as an
argument must have been composed of only numeric data. Function will return a list that
can be used as an argument for choose( )

listofData = list (1, 2, 3, 4)

unsort(ListofData) might return "2, 4, 3, 1"

* Keywords marked with an asterisk are for display only and cannot be used as parts of an expression.

turningtechnologies.com/user-guides

Advertising