javascript thread: string.fromcharcode
you can do like this
for (i=0;i<string.length;i++)
{
a= string.charAt(i);
alert (a);
}
Hope this helps,
Vinay Poddar
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
javascript thread: string.fromcharcode
you can do like this
for (i=0;i<string.length;i++)
{
a= string.charAt(i);
alert (a);
}
Hope this helps,
Vinay Poddar
|