There's nothing directly analogous. However, if you have not declared
"option explicit", then you can do this:

  If Not IsEmpty(pid) Then
    
  End If

That will also work if you've dimensioned the variable but have not yet set
it to anything.

That said, you should really declare option explicit at the top of every
page.

Ben Rogers
http://www.c4.net
v.508.240.0051
f.508.240.0057

> -----Original Message-----
> From: Asim Manzur [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 05, 2005 9:17 AM
> To: CF-Talk
> Subject: ASP help
> 
> could someone please tell me the following code in ASP???
> 
> Thanks once again.
> 
> 
> <CFIF IsDefined("pid")>
> 
> do this................
> 
> <cfelseif IsDefined("jid")>
> 
> do this............
> 
> <cfif>
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189419
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to