Hi,
I have a number of fields called:
Field_0
Field_1
Field_2
Field_3
etc
the only problem is that the above fields are created dynamicaly, there could be 50 or there could be none. The problem is that when I want to check if they are defined and that they do NOT contain "" (nothing). How do I create a CFIF command based on the above.
The number of fields are know, but only through a variable (FieldNumbers).
I have tried putting a CFIF inside of a CFLOOP, but i just get errors saying I need a </CFIF>.
How is it done ????
Cheers,
Mark
I have a number of fields called:
Field_0
Field_1
Field_2
Field_3
etc
the only problem is that the above fields are created dynamicaly, there could be 50 or there could be none. The problem is that when I want to check if they are defined and that they do NOT contain "" (nothing). How do I create a CFIF command based on the above.
The number of fields are know, but only through a variable (FieldNumbers).
I have tried putting a CFIF inside of a CFLOOP, but i just get errors saying I need a </CFIF>.
How is it done ????
Cheers,
Mark