[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Expect Script Loop issue



It works with the following code

 

set i 1

while {$i < 51} {

      send_user $i

      incr i

}

 

 

Cheer J

newbee


Reply to: