lingo-l Stupidly EASY question

2002-02-21 Thread Jayp
Im intending to create a list. Jayp = [:] In this list will be the properties, member, loc, size. Lets say that all works fine and I add a few records... How do I call for eg. The 3 record called loc Ie.. [member: 2, loc: 12,4, size: 100,100, member: 5, loc: 17,3, size: 50,100, member:

RE: lingo-l Stupidly EASY question

2002-02-21 Thread Sean Wilson
How do I call for eg. The 3 record called loc Ie.. [member: 2, loc: 12,4, size: 100,100, member: 5, loc: 17,3, size: 50,100, member: 9, loc: 9,4, size: 190,100] I would suggest that, looking at your list, it might be better structured as a linear list of property lists. eg. [[member:

RE: lingo-l Stupidly EASY question with more detail

2002-02-21 Thread Sean Wilson
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

RE: lingo-l Stupidly EASY question with more detail

2002-02-21 Thread Jayp
Thanx sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Sean Wilson Sent: 21 February 2002 22:33 To: [EMAIL PROTECTED] Subject: RE: lingo-l Stupidly EASY question with more detail In my list I have 2 properties. #membernumber and #location How

RE: lingo-l Stupidly EASY question The NEXT stage

2002-02-21 Thread Jayp
in Membernum Sprite 2 will become the second entry in membernum Etc Does that make sense??? Thanx Jayp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Sean Wilson Sent: 22 February 2002 01:58 To: [EMAIL PROTECTED] Subject: RE: lingo-l Stupidly EASY