"Christopher S Martin" <[EMAIL PROTECTED]> wrote:
> <cfset Measurement = Evaluate(form.IngredientMeasurement & x)>
> <cfset Description = Evaluate(form.IngredientDescription & x)>
> I get an error saying the
> parameter form.ingredientMeasurement cannot be resolved.
Try this instead:
<cfset Measurement = Evaluate("form.IngredientMeasurement" & "#x#")>
<cfset Description = Evaluate("form.IngredientDescription" & "#x#")>
Gene Kraybill
---------------------------------
Gene Kraybill
LPW & Associates LLC
www.lpw.net
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.