I have a unicode string high order first chr(0) & "A"
but my program wants it to be the other way around "A" & chr(0)
I was told XOR could do it but ?????? if I know
where % is really NULL chr(0)
str1 = "A%B%C%"
str1 = xor str1
str1 = "%A%B%C"
????????????




Reply With Quote