How to reverse BINTOASCII

JPU

Senior Member
Please can someone tell me if there is a simple way to reverse BINTOASCII, here is the code

b0=123
bintoascii b0, b4,b5,b6

my solution would be:

b4=b4*100
b5=b5*10

b0=b4+b5+b6

Is this the way or is there a correct way?

Thanks
 
Top