Posted by yawnmoth on 09/26/41 11:36
Obviously, "\9" equals chr(9), but what would equal chr(90)? "\90" doesn't. Rather, "\90" seems to be equal to chr(9).chr(0). So what could I do to get chr(90) using escaped numbers?
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming