• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Need to translate IP addresses from hex value to dotted quad?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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/


  • Prev by Date: Scripting Explorer
  • Next by Date: Extract Picture
  • Previous by thread: Re: Need to translate IP addresses from hex value to dotted quad?
  • Next by thread: RE: Need to translate IP addresses from hex value to dotted quad?
  • Index(es):
    • Date
    • Thread