I forgot to add a note to show the difference between your script and mine. addItem(gList, "Turn") put gList -- ["Earth", "Jupiter", "Mars", "Venus", "Saturn"] put xGetPos(gList, "Turn") -- 0 _____ John Erazo wrote: > -- Movie script starts here. > on addItem inList, inItem > if not ilk(inList, #linearList) then return void > if string(inList) contains inItem then exit > inList.append(inItem) > end Good luck, Fumio Nonaka Attain Corporation [EMAIL PROTECTED] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/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