O.P. RE: What scripts can't do.
A bit offtopic but,
is it possible to do bitwise comparision in JScript? (like &, | etc in C).
for example something like; if(Message.charAt(0) & 1) { /*do something if the bit 1 in the frst letter of Message is true*/ }
I tried & but that didn't work...
|