Hi....![]()
I'm confuse about the ascii function in C#, coz I'm a newbie here.
I'm using VB6 before. I don't know what syntax should I use in C#.
At VB6, I use as below :
how should I write those code in C# ?Code:Dim AA as string Dim BB Dim i AA = "Hello" for i = 1 to len(AA) BB = mid(trim(AA), i, 1) msgbox Asc(BB) next i
Thanks...
** Willy **




Reply With Quote