Jul 20, 2005 #1 jazzmaster111 Programmer Joined May 2, 2005 Messages 25 Location MX Hi: Is there a function to convert ascii to char? Thanks!
Jul 20, 2005 #2 jemminger Programmer Joined Jun 25, 2001 Messages 3,453 Location US String.fromCharCode( code1, code2, ...codeN ); http://www.devguru.com/Technologies/ecmascript/quickref/string_fromcharcode.html -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); } i like your sleeves...they're real big Upvote 0 Downvote
String.fromCharCode( code1, code2, ...codeN ); http://www.devguru.com/Technologies/ecmascript/quickref/string_fromcharcode.html -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); } i like your sleeves...they're real big