I have a form that returns a list similar to this when submitted:
2009,9
I want to compare it with the values output from the database, but keep getting the error.
<cfif #FORM.month# eq #qGetDates.year#,#qGetDates.month#>
I know that I probably have to give it away or convert it to a string for comparison in order to work, how to do it?
Thank,
R.
source
share