INPUT #...,numeric-variable doesn't compileby (no login)The QB64 compiler gives the error that a string variable was expected. This is a bug added when line input was implemented several demos ago that I was unaware of till yesterday when it was brought to my attention. It was a simple cause of removing a rogue line which turned all INPUT # statements into LINE INPUT # statements. I'll hold off releasing an updated version of the compiler till Easter Monday, hopefully there won't be any Easter eggs in QB64! |