
05-23-2001, 06:13 AM
|
|
Registered User
|
Join Date: May 2001
Location: Olympia, Washington USA
Posts: 25
|
|
|
Well, ok. But, Stefan, in my script I set:
this.BugCount=9;
A couple lines down, I did this:
say2 You only have #v(this.BugCount) bugs.;
Normally, you would get a textbox saying:
You only have 9 bugs.
Instead, this is what it shows:
You only have 0 bugs.
The debugger even shows this.BugCount equals 9, but it won't work in the textbox. Also, can anyone explain to me where to put //#CLIENTSIDE and where NOT to put //#CLIENTSIDE. Thanks. |
|
|
|