<html>
hi,<br>
i'm trying to control the order of my block variable
("InstrictList") based on the session number.  does anyone
know what the correct inline statement would be and should the inline be
placed before or after the block list?  i want the 3rd list to
always be presented 1st  (i.e., session 1) and i want the 1st and
2nd lists to be counterbalanced (i.e., sessions 2 and 3).  below is
the inline statement i tried that isn't working...<br><br>
If "Session" = 1 Then<br>
c.GetAttrib ("InstructList") = 3<br>
Else <br>
c.GetAttrib ("InstructList") = 1 or 2<br>
End If<br><br>
<br>
thanks,<br>
tracy<br><br>
<br><br>
<x-sigsep><p></x-sigsep>
Tracy L. Mitzner, Ph.D. <br>
Post-Doctoral Fellow <br>
School of Psychology <br>
Georgia Institute of Technology <br>
Atlanta, GA 30332-0170 <br>
Tel:404-385-2690 <br>
Fax:404-894-8905 <br>
<font color="#0000FF"><u><a href="http://www.prism.gatech.edu/~wr43/hf_aging/index.html" eudora="autourl">http://www.prism.gatech.edu/~wr43/hf_aging/index.html</a></font></u></html>