RE: form variables in structures

2002-03-06 Thread Will Swain
. Cannot convert to number. Cheers Will -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 12:54 To: CF-Talk Subject: RE: form variables in structures CFLOOP COLLECTION=#FORM# ITEM=frmVar CFOUTPUT

RE: form variables in structures

2002-03-06 Thread Mike Townend
You could change your code to be... cfif frmVar EQ menuitemID cfset counter = counter + 1 /cfif HTH -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 17:29 To: CF-Talk Subject: RE: form variables in structures Hi Mike, Another question