Can an IP address be safely manipulated as a CF numeric variable? I want to be able to apply network masks using the BitAND() function to determine if a given address is on a particular subnet. My concern is that IP addresses are 32 bit unsigned numbers, but if I'm not mistaken, CF numeric variable are 32 bit signed.
Jim ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

