Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: string.fromcharcode


Message #1 by "O'Hara, Elliott M" <EMOHARA@k...> on Wed, 18 Apr 2001 10:01:35 -0400

you can do like this

for (i=0;i<string.length;i++)
{
a= string.charAt(i);
alert (a);
}

Hope this helps,

Vinay Poddar






  Return to Index