Build Your Own Arcade Controls Forum

Main => Forum/Website Discussion => Topic started by: DaveJ-UK on August 20, 2004, 08:13:49 am

Title: Bug in board search function
Post by: DaveJ-UK on August 20, 2004, 08:13:49 am
Try putting a 9 in your search. Probably has similar results for other numbers but I haven't tried.
Title: Re:Bug in board search function
Post by: SirPeale on August 20, 2004, 06:17:07 pm
Interesting...it's subbing the chargen for the character.
Title: Re:Bug in board search function
Post by: Jakobud on August 22, 2004, 04:06:13 pm
Well in almost all programming and scripting languages, it's not possible to have things like 'variables' begin with a number.  So I would imagine that it's something to do with that.  A lot of languages, when you do try to use a number (or any other illegal character) as the first character, it adds some sort of character to the front of it.