G
Guest
Why does this happen:
x="HI"
y="Hi"
if x<>y then
...do something
end if
But the code never does anything because it thinks x DOES equal y!
I need to know if Title Case has changed the string...
thanks,
ck
x="HI"
y="Hi"
if x<>y then
...do something
end if
But the code never does anything because it thinks x DOES equal y!
I need to know if Title Case has changed the string...
thanks,
ck