Is this documented anywhere?

I played around for a while and could only get the technique to work for plain
assignments.  It doesn't seem to work for IF, WHILE, DO, FOR, etc.  Am I
missing something?

Thanks!

Keith Meade
[EMAIL PROTECTED]


----- Original Message -----
From: "Brent Goldman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 21, 2001 8:15 PM
Subject: RE: cfinclude tag in database field


> Hi,
>
> Rather than putting CFML commands into the database, put CFSCRIPT commands
> there.  That way, when you pull it out of the database, you just need to
> Evaluate it: #Evaluate(DBTEXT)#.
>
> -Brent



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to