<html>

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Hi Adam,</span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'> </span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>I think what you’re looking for here (possibly in both
posts) is colon notation.  If you want a second picture from the same
nested list, you’ll want to do [Picture:1] rather than just [Picture]
twice.  The number after the colon is the number of the sample you
want.  (Because E-Prime was written by programmers, [Picture] and
[Picture:0] are the same thing.)</span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'> </span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Hope this helps,</span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Susan</span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'> </span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
e-prime@googlegroups.com [mailto:e-prime@googlegroups.com] <b>On Behalf Of </b>Adam
Osth<br>
<b>Sent:</b> Wednesday, April 01, 2009 3:14 PM<br>
<b>To:</b> e-prime@googlegroups.com<br>
<b>Subject:</b> Variable reference to a list object?</span></p>

</div>

<p class=MsoNormal> </p>

<p class=MsoNormal style='margin-bottom:12.0pt'>Hello all,<br>
<br>
I have this predicament. I'm running a recognition memory experiment (similar
to the StudyRecall example) that is a little bit complicated. I have several
lists of stimuli all nested within the Study List.<br>
<br>
What we have looks something like this:<br>
StudyList (randomly shuffle)<br>
-Nested category 1<br>
-Nested category 2<br>
- ...<br>
-Nested category 16<br>
<br>
Each nested category contains 9 pictures - within the [Picture] attribute is
the picture filename.<br>
<br>
I need to randomly select 2 pictures from each nested category and get their
filenames so I can write them to a recall list.<br>
<br>
Now, I can't do context referencing for this. While
c.GetAttrib("Picture") will successfully get a picture at the same
level, I need to get TWO pictures from the same nested category, and if I jump
levels, it will jump to another nested category.<br>
<br>
I thought that maybe I could declare a string variable that takes on the
category name, so I wrote something like this:<br>
<br>
dim CatName As String<br>
CatName = Categories.GetAttrib(counter, "Nested")<br>
RecallList.setAttrib counter, "Stimulus", CatName.GetAttrib(counter,
"Picture")<br>
RecallList.setAttrib counter + 1, "Stimulus",
CatName.GetAttrib(counter + 1, "Picture")<br>
<br>
The only problem is that when I generate the script, it tells me that CatName
must be a valid object in order to reference.<br>
<br>
Is there any way I can have a variable reference a list object?<br>
<br>
Any tips to point me in the right direction would be supremely helpful. Thanks!<br>
<br>
Adam<br>
<br>

</div>

<br>
--~--~---------~--~----~------------~-------~--~----~<br>
You received this message because you are subscribed to the Google Groups "E-Prime" group. <br> To post to this group, send email to e-prime@googlegroups.com <br> To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com <br> For more options, visit this group at http://groups.google.com/group/e-prime?hl=en<br>
-~----------~----~----~----~------~----~------~--~---<br>
</body>

</html>
<br>