Re: Need to translate IP addresses from hex value to dotted quad?
Re: Need to translate IP addresses from hex value to dotted quad?
- Subject: Re: Need to translate IP addresses from hex value to dotted quad?
- From: "Arthur J Knapp" <email@hidden>
- Date: Wed, 14 Mar 2001 11:27:46 -0500
>
Subject: Need to translate IP addresses from hex value to dotted quad?
>
Date: Tue, 13 Mar 2001 17:01:45 -0800
>
From: Michelle Steiner <email@hidden>
[snip]
>
set val to (offset of (character j of theitem) in "123456789ABCDEF")
[snip]
>
Note: the hex alpha characters must be in upper case for this script to
>
work.
set val to (offset of (character j of theitem) in "123456789ABCDEF")
if val = 0 then
set val to (offset of (character j of theitem) in "abcdef") + 9
end if
Arthur J. Knapp
http://www.stellarvisions.com
mailto:email@hidden
Hey, check out:
http://home.earthlink.net/~eagrant/