[REBOL] converting I.P. Addresses to integer
From: tim::johnsons-web::com at: 31-Jul-2000 21:17
Hello: How can an I.P. address be converted to an integer? to-integer 207.69.132.8 Is illegal as far as rebol is concerned, but when you really think of it: 207.69.132.8 really represents a 32-bit integer right? So, is there any easy way to do this, or do I have to convert it to a string, parse it and to some bit-wise shifting? TIA Tim