Use scripting to change list selection order

Bjørn Sætrevik satrevik at gmail.com
Fri Jul 18 08:50:18 UTC 2008


That works perfectly (I had only looked at the online help for the
FactorSpace.Order property).

Thanks for the quick and competent reply,
Bjørn



On Jul 17, 11:19 pm, David McFarlane <mcfar... at msu.edu> wrote:
> Bjørn,
>
> >I have a list that runs in sequential order, and at some instances I
> >want to change it to run in randomized order (based on a start-up
> >question). I tried solving this in a quite simple way by adding an
> >inline with the code:
>
> >Set ListName.Order = RandomOrder
>
> >But when running the experiment this caused the entire list to be
> >skipped.
>
> You are so close.  Here is the complete example
> right from the RandomOrder Object topic in the E-Basic online help:
>
> Set List1.Order = RandomOrder
> List1.Reset
>
> You were just missing the .Reset.  Give that a try.
>
> -- David McFarlane, Professional Faultfinder
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com
To unsubscribe from this group, send email to e-prime-unsubscribe at googlegroups.com
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en
-~----------~----~----~----~------~----~------~--~---



More information about the Eprime mailing list