vodkadrinker
Technical User
Can I do a wild card in an if statement? something along the lines of ...
if (a != 123*)
So as to say if a is not qual to anything starting with 123
Regards
VD
if (a != 123*)
So as to say if a is not qual to anything starting with 123
Regards
VD