Roberto,
I am a little uncertain what you mean - do you want to set a variable if
form.xxxx is defined? Like the example below or do you mean something else?

<CFIF IsDefined("FORM.xxxx")>
        <cfset xxx = 'yes'>
</CFIF>

Exactly what variable do you want to set?

Tony Gruen





-----Original Message-----
From: Roberto Esteves [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 3:44 PM
To: CF-Server
Subject: help


 <CFIF IsDefined("FORM.xxxx")> can i put a variable here ?

Atte.
Roberto Esteves
guayaquil - Ecuador
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to