[highlight=vb.net]For i As Integer = 0 To 255
Console.WriteLine(Convert.ToString(i, 16) & " = " & Convert.ToString(i, 2) & " = " & i & " = " & Chr(i))
Next[/highlight]
Looks right to me.
Originally Posted by master131
ASCII not ANCII.
Oh yeah, woops
Thanks.
Posts 1–6 of 6 · Page 1 of 1
Post a Reply
Tags for this Thread
None
Yes, except there's no need for that:
I would kill myself if I had to remember all that shit
Originally Posted by freedompeace
Yes, except there's no need for that:
I would kill myself if I had to remember all that shit
Oh that's a lot easier
It only doesn't show binary, but I can calculate that myself.
Originally Posted by Cookie.
Oh that's a lot easier
It only doesn't show binary, but I can calculate that myself.
Because they didn't want to quadruple the width of the image just for another measurement. You can easily do it with (Windows) calculator in Programmer mode.