> > Offf the top of my head, try: > > > > <cfif form["attachment" & i) eq ""> > > I tried your line change new problem related to it. > > > Invalid CFML construct found on line 11 at column 36. > > ColdFusion was looking at the following text: > > ) > > The CFML compiler was processing: > * an expression beginning with "form", on line 11, column > 15.This message is usually caused by a problem in the > expressions structure. > * a cfif tag beginning on line 11, column 10. > * a cfif tag beginning on line 11, column 10.
There's a typo in Joe's line. Use square brackets on both sides, not parentheses. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184938 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

