I would like to create a list of IP addresses, let's say, 192.29.22.0 to 
192.29.22.255 and then with the list of IPs I already have of valid users in 
the same range, search through and find ones that don't match the range.

For example, I would like the code to search through 192.29.22.0 to 
192.29.22.255 and match IPs I have within this range and then list out IPs that 
are not there. If I have IP 192.29.22.122 in my list it should find a match 
within the range and do nothing, but if my list does not have IP 192.29.22.100 
then it should flag this IP as available.

Is there an easy way to do this without typing in the whole 192.29.22.0 to 
192.29.22.255 range? Do I use a list function?

Thanks.

Robert O.
HWW


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292649
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to