Hello, Ineed a function like the one below(VB.net), which convertsextended characters to standard(printable Characters/Punctuation): CType(ConvertPunct(i), Char) Example: While 1
For $i = 150 To 190
If $i = 162 Then
ConsoleWrite("LControl")
ElseIf $i = 163 Then
ConsoleWrite("RControl")
ElseIf $i =...