Minor Anomaly with Input()

Archives Forums/BlitzPlus Bug Reports/Minor Anomaly with Input()

VPellen(Posted 2006) [#1]
This is barely a bug, really. More of a weird quirk. But it is undocumented, and it caused me a bit of minor confusion, so.

The Input function seems to have a read limit of 255 characters. Any excess is left in the input buffer. The next time the function is called, it reads the remaining characters left in the buffer without prompting the user. Reminds me of weird CIN behavior from my C++ newbie days. :)


Beaker(Posted 2006) [#2]
Maybe you should comment in the on-line manual