Im tryin to use a repeat loop to add some thing to a list...but im not
doing very welll ..can some one hhelp please

In my list I have 2 properties.   #membernumber and #location

How do I use a repeat loop to count through 100 sprites and add them...
This is what ive already used but its giving me weird results....
Please help

repeat with i = 1 to 100
    q = sprite (i).membernum
    w = sprite (i).loc

    addprop jayp_images, #membername, q
    addprop jayp_images, #location, w
    put jayp_images
  end repeat
  


thanx  jayp



[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to