1. de-sorting
- Posted by irv Dec 15, 2010
- 1154 views
Suppose I have a sequence like this:
{"Saba","Swaziland","Bhutan","Grenada","Portugal"} -- etc.
and I want to scramble it so the countries appear in a different random order, what Eu 4.0 functions to use?
2. Re: de-sorting
- Posted by mattlewis (admin) Dec 15, 2010
- 1148 views
irv said...
Suppose I have a sequence like this:
{"Saba","Swaziland","Bhutan","Grenada","Portugal"} -- etc.
and I want to scramble it so the countries appear in a different random order, what Eu 4.0 functions to use?
Try shuffle() in sequence.e.
Matt