I'm helping someone debug some aspect code. I have a question about the fact that $XFERSTATUS gets reset to 0 after it is accessed. There is a while loop in the code like:
sendfile ZMODEM <filename>
while $XFERSTATUS
iTemp = $XFERSTATUS
yield
endwhile
It seems like iTemp is being set to zero even when the transmission is successful. Is the while resetting $XFERSTATUS to zero?????
Trish Smith
sendfile ZMODEM <filename>
while $XFERSTATUS
iTemp = $XFERSTATUS
yield
endwhile
It seems like iTemp is being set to zero even when the transmission is successful. Is the while resetting $XFERSTATUS to zero?????
Trish Smith