Re: QQ: What's the least intensive way to...

2006-05-22 Thread Charlie Griefer
cfset myIP = 255.255.255.0 / cfset firstThree = listDeleteAt(myIP, listLen(myIP, '.'), '.') / On 5/22/06, Che Vilnonis [EMAIL PROTECTED] wrote: What's the least intensive way to.. get the first 3 octets of any ip address? Che Vilnonis Application Developer Advertising Systems

RE: QQ: What's the least intensive way to...

2006-05-22 Thread Che Vilnonis
Thank you! My solution was much more convuluted. -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 4:13 PM To: CF-Talk Subject: Re: QQ: What's the least intensive way to... cfset myIP = 255.255.255.0 / cfset firstThree = listDeleteAt(myIP