[code:1:485b55dd1e]11 is the length the string can hold and the amount Input() will read. [/code:1:485b55dd1e]
What happens with CRLF after reading??? They rest in buffer as garbage?
In that case every reading from buffer after that (input, inputbin, waitkey whatever) will first read that CRLF rest from previous reading.....
No, Input should read all bytes including CRLF, and then put all except CRLF in string. Thats is instructed by Config input=CRLF.
So there is no logical explanation why I getting this 0A 31 32 33 34 35 36 37 38 39 30 0D 0A repeatedly.
↧