You really should use this:
<cfif StructKeyExists(form, "grp_sort_" & myIDX) AND ( Len(form["grp_sort_"
& myIDX]) GT 0 )>


On Jan 21, 2008 1:40 PM, Les Mizzell <[EMAIL PROTECTED]> wrote:

> Andy Matthews wrote:
> > Get rid of the Evaluate statement.
> >
> > This: evaluate("form.grp_sort_#myIDX#")
> >
> > Becomes this: FORM["grp_sort_#myIDX#"]
> > or this: FORM["grp_sort_" & myIDX]
>
>
> <cfif IsDefined("FORM["grp_sort_" & myIDX]")
>   AND #FORM["grp_sort_" & myIDX]# NEQ "">
>
>
> Invalid CFML construct found on line 115 at column 24.
> ColdFusion was looking at the following text:
>
> grp_sort_
>
>
> Hmmm...
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297008
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