in reply to Re: How to convert binary to hexadecimal
in thread How to convert binary to hexadecimal

Hi zentara and all, Thanx for the info. I got it done very easily using pack and unpack as suggested by zentara. Rgds, Kiran Polu
  • Comment on Re^2: How to convert binary to hexadecimal

Replies are listed 'Best First'.
Re^3: How to convert binary to hexadecimal
by Anonymous Monk on Jun 04, 2009 at 16:10 UTC
    THanks Ikigami . I was looking everywhere for that.