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 property. Without that 'gquestion[rnum3]' is probably void. Try putting this in before the offending line:
put gquestion[rnum3], gquestion, rnum3
And watch the mesage window.
then put :
global gquestion
global comboquestion
global decompquestion
global rnum1, rnum2, rnum3
in at the tops of the scripts involved and see if it works any better.
- Carl
[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!]
