I have a list of variables sent by a form. I need to make sure that none of
the variable values are incompatible with each other. This isn't the problem.
The problem is changing the Form.whatever = value to a compatible value
(Form.field2 = 2. Form.field3 = 3 but 3 is not compatible with 2 so I need to
change Form.field3 to = 4). Using CFSET I can't use a function on the left
side of the = <CFSET (Listgetat(Form.fieldnames, count) = 4>. I can't hard
code it because the fieldnames are drawn from a database and change depending
on what itemthe form is built for. 

Any suggestions?

Ian

____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at 
http://home.netscape.com/webmail
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to