I'm trying to use a variable in an VBScript expression, but I'm having a problem.
In a document there are several input boxes named Minute1, Minute2, etc.
intNummer is a variable with the integer value. Sofar no problem, but now I want to use this variable in a statement. The first statement is working just fine, but the second one is killing me.
1) if document.Minute1.value = 90 then ...
2) if document.Minute&intNummer.value = 90 then ...
What am I doing wrong ??? :-(
Thx in advance,
Bart
In a document there are several input boxes named Minute1, Minute2, etc.
intNummer is a variable with the integer value. Sofar no problem, but now I want to use this variable in a statement. The first statement is working just fine, but the second one is killing me.
1) if document.Minute1.value = 90 then ...
2) if document.Minute&intNummer.value = 90 then ...
What am I doing wrong ??? :-(
Thx in advance,
Bart