[Greasemonkey] How to get char of a code?

Bill Donnelly donnelly at snowcrest.net
Sat Aug 26 05:33:13 EDT 2006


Are you using:

String.fromCharCode(65)

That is how you have to call it.

Either that or:

var mystring = "whatever"
mystring.fromCharCode(65)



More information about the Greasemonkey mailing list