Can you show us a "simplest case" ? (i.e. the simplest case that breaks)
WG -----Original Message----- From: Bud [mailto:[EMAIL PROTECTED]] Sent: 18 February 2003 14:18 To: CF-Talk Subject: Phantom errors continued OK. I'm REALLY at a loss now. This doesn't return an error. <CFIF isDefined('form.includeorders')> <textarea rows="10" cols="50" wrap="off"> <CFOUTPUT>#orders#</CFOUTPUT> </textarea> </CFIF> If I copy that code and paste it right under it, still no error. If I copy it and paste it a THIRD time, I get the error. I ended up checking like that because I have 5 of these statements in my code for different variables. I can use any 2 of them. This is depressing. Searching the KB for undefined value or null pointer returns 0 results. -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce Development [EMAIL PROTECTED] http://www.twcreations.com/ 954.721.3452 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

