How would I go about getting rid of evaluate() in this loop?  I'm
having a brainlock.  must have gotten up too early today.

<cfloop
list="#form.FieldNames#"
index="TheFormField">
<cfscript>
if (len(Evaluate(TheFormField))) {
my.FieldValue=Evaluate(TheFormField);
}
</cfscript>
</cfloop>

--
--Matt Robertson--
MSB Designs, Inc.
mysecretbase.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to