Search found 1 match

by idaydream
Sat Dec 04, 2004 11:49 am
Forum: Volume 102 (10200-10299)
Topic: 10222 - Decode the Mad man
Replies: 30
Views: 15423

I am not sure why you are getting PE but somethings are wrong in your code.

Code: Select all

kb['\\']='['; 

kb['\\']=';'; 
you defined same thing twice and you are missing the space ' ' char.

Go to advanced search