Question

J'ai le code C ++ suivant:

Char ^ = 0xB3;

Char est un caractère unique dans une chaîne. Existe-t-il un équivalent dans VBScript?

Était-ce utile?

La solution

Char = chr (asc (Char) xor & HB3)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top