lingo-l script errors

2002-12-30 Thread kevin pyatt
Hello. I am writing a method that will randomly generate a number, set 2 questions equal to the random position in a list, set a new variable to store these questions, then randomly pick one of these questions from the new varialbe and display the info in a message box. Below is the sample

Re: lingo-l script errors

2002-12-30 Thread Howdy-Tzi
On Monday, December 30, 2002, at 11:09 AM, kevin pyatt wrote: Below is the sample code. Part 1 works, part 2 does not.When i run part 2 i get the Script error: object expected member(Eqnm1box).text=gquestion. Any ideas. I greatly appreciate your time. I'm assuming these are two different

Re: lingo-l script errors

2002-12-30 Thread Kerry Thompson
Part 1 works, part 2 does not.When i run part 2 i get the Script error: snip Here's your problem. Your calls: getrnum(me) getQuestion(me) setQuestion(me) displayQuestion(me) are not sending the arguments to the handlers. on getrnum me, rnum1,rnum2,rnum3 expects 4 parameters: me,

Re: lingo-l script errors

2002-12-30 Thread Carl West
kevin pyatt wrote: Below is the sample code. Part 1 works, part 2 does not.When i run part 2 i get the Script error: object expected member(Eqnm1box).text=gquestion. Any ideas. I greatly appreciate your time. It doesn't look like gquestion is actually being declared as a global or a