Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/19/02 23:04
Read: times


 
#20989 - RE: binary to ascii string, Guy
Interestingly I do this backwards which means forwards;

I divide by 10,000, print the integer part ascii offset (save the remainder for next step, then by 1000 (print as before), by 100 (again print..), by 10 (print..) and just ascii offset the remainder. In fact since i have to work with 32 and 24 bit values this extends to those widths.

regards,
p


List of 16 messages in thread
TopicAuthorDate
want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: binary to ascii string, Guy            01/01/70 00:00      
RE: binary to ascii string, Guy            01/01/70 00:00      
RE: binary to ascii string, Guy            01/01/70 00:00      
RE: binary to ascii string, Guy            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: binary to ascii string, Guy            01/01/70 00:00      

Back to Subject List