I was trying to do the following
Select case inbyte case "#"
and I found the compiler would not convert "#" to 35. Is this not how a string is entered?
This was not how strings were entered, but I've made some minor changes to the compiler and your code should now work. The updated compiler is at http://gcbasic.sourceforge.nte/newfiles/update.zip
Log in to post a comment.
I was trying to do the following
Select case inbyte
case "#"
and I found the compiler would not convert "#" to 35. Is this not how a string is entered?
This was not how strings were entered, but I've made some minor changes to the compiler and your code should now work. The updated compiler is at http://gcbasic.sourceforge.nte/newfiles/update.zip