Mundo Kabrone
2024-07-29 00:11:27
【提问】:HIS script for loop failure
【详情】:Hi. I Want to notify that there is a problem in executing HIS script. The "for" loop stuck at 40-79 iteration and exit the execution. Could you help me to fix that problem? The example of his script is:
TIMER reset_time 10000
FOR pos,0,100,1
posStr=pos.prtString()
SEND(SOCK, t2, posStr)
SEND(SOCK, t2, [0x0d,0x0a])
END
END