> cfset uploadFile(
> IIF(Len(Trim(form.txtFileName)) GT 0,
> Evaluate(DE("ListGetAt(form.txtFileName, 
> intCounter)")), ""), ...

Why are you using DE inside Evaluate? The point of the DE (Delay Evaluation) 
function is to prevent the automatic evaluation that occurs within IIF.

Dave Watts, CTO, Fig Leaf Software


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292733
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to