GLBasic forum

Main forum => Bug Reports => Topic started by: Hemlos on 2010-Dec-29

Title: 2 things
Post by: Hemlos on 2010-Dec-29
1. when i click in the forums "Code Select" to copy a codesnip from the webpage...
If i paste it in my compiler, it is all pasted onto one line.

2. The project "menu.gbap" has a DIM out of bounds error, causing a crash with no warning during compilation.
Title: Re: 2 things
Post by: MrTAToad on 2010-Dec-29
Actually with the KeyDefMenu program, it wont compile due to a type using left$ and right$ as a variable :)  However, aside from that its fine.  Unfortunately the redefining part is too quick - it needs to make sure RETURN is not pressed before checking to see what key is pressed - otherwise RETURN will always be detected...