Hi Charles,
is comparestr a valid function and can it be used only in assembler? I tried this code:
a="abc"
b="abc"
c="123"
print comparestr(a,b)
print comparestr(a,c)
I get some values, but I do not know what they mean. And everytime I run this snippet I get different values.
In the Oxygen help file there is listed xor=" as an operator. Is the quote necessary in some cases?
Roland