I have the following C ++ code:
Char ^ = 0xB3;
Char is one character per line. Is there an equivalent in VBScript?
Char = chr (asc (Char) xor & HB3)