I have been reading the manual now, on sprintf(). What I want to do is to print a value in hex...
sprintf(%X, $value); I can't get it to work.. it prints nothing..
Need help.. Thanks! =)
sprintf("%X",$value)
First argument must be a string.
Sorry, the first value is a string.. just misstyped it here.. know anything else that could be wrong?