>  <cfif #cgi.remote_addr# GT '206.162.74.1' AND #cgi.remote_addr# LT
> '206.162.74.255'>
> However, since the IP is not really a number, I am getting an
> error when it
> tried to evaluate. Is there a way to trim the address to seperate pieces

Try something like:
        cfif cgi.remote_addr contains "206.162.74"

Or, instead of using CONTAINS you could use one of the string comparison
functions in CF.

 Jay Jennings

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to