Hi There,
There's even another stone in my way...i should have stayed wuith C++ I know
My problem (also called condition )
I want to loop as long as $rslt is -1 and $counter is smaller than $timeout.
My code:
But I get:
invalid command name "-1"
invalid command name "-1"
while executing
"$rslt != -1"
(procedure "BIS_Test::Start" line 616)
invoked from within
And i don't understand why.... thanks for you guys help, onece again.
There's even another stone in my way...i should have stayed wuith C++ I know
My problem (also called condition )
I want to loop as long as $rslt is -1 and $counter is smaller than $timeout.
My code:
Code:
while { ($rslt == -1) && ($counter < $timeout) } {
invalid command name "-1"
invalid command name "-1"
while executing
"$rslt != -1"
(procedure "BIS_Test::Start" line 616)
invoked from within
And i don't understand why.... thanks for you guys help, onece again.