You might be right. Seems that I used to use it for query objects and then at the end set the object to Nothing.
-----Original Message----- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 11:09 AM To: CF-Talk Subject: RE: equivalent of isDefined in ASP? Doesn't that work only for objects? -----Original Message----- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 8:49 AM To: CF-Talk Subject: RE: equivalent of isDefined in ASP? It's been a while but I believe that's it (for VB)... If myvar Is Nothing Then Do something End If -----Original Message----- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 9:30 AM To: CF-Talk Subject: Re: equivalent of isDefined in ASP? Isn't it this: if (myObject Is Nothing) On 10/18/06, Ray Champagne <[EMAIL PROTECTED]> wrote: > Anybody got an idea? Google isn't helping me out right now. (VB) > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257407 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

