GLBasic forum

Main forum => Bug Reports => Topic started by: matty47 on 2007-Dec-09

Title: KeyCode 08
Post by: matty47 on 2007-Dec-09
Hi,
just tried to use Key(08) and Key(09) in a program and the following error appeared for the latter

invalid digit "9" in octal constant

Key(10) seems to work OK
Thanks
Matthew
Title: KeyCode 08
Post by: Schranz0r on 2007-Dec-09
Key(8) or Key(9)

 ;)
Title: KeyCode 08
Post by: matty47 on 2007-Dec-09
Both return the error. Just the number in the error message changes
Matthew
Title: KeyCode 08
Post by: Kitty Hello on 2007-Dec-09
No, remove the 0 infront of 08. It's 8 and 9, not 08 and 09.
Title: KeyCode 08
Post by: matty47 on 2007-Dec-09
Blush, blush
Sorry
Thanks
Matthew