Hi, I can transform an ip a1.a2.a3.a4 to an integer using b1=a1 << 24 b2=a2 << 16 b3=a3 << 8 int =b1+b2+b3+a4 now I want to do the opposite. how can I get a1.a2.a3.a4 from this integer? ok I get a1, but I start to have a headeach to get the rest Thanks Pierre _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re: a1.a2.a3.a4 -> integer P lerenard
- Re: a1.a2.a3.a4 -> integer Jeff 'japhy/Marillion' Pinyan
- Re: a1.a2.a3.a4 -> integer Maxim Berlin
- a1.a2.a3.a4 -> integer nfutter
- Re: a1.a2.a3.a4 -> integer Scott Taylor
- RE: a1.a2.a3.a4 -> integer Gibbs Tanton - tgibbs
- RE: a1.a2.a3.a4 -> integer Jeff 'japhy/Marillion' Pinyan