<cfoutput query="answerlists" group="id">
<tr>
<td>
#name#
</td>
<td>
<cfset str = "">
<cfoutput>
<cfset str = str & #value# & ",">
</cfoutput>
<cfset x = Len(str)>
<cfset x-- />
#Left(str, x)#
</td>
</tr>
</cfoutput>
I just restarted Tomcat/Railo and it still gives me the following error message:
"parameter 2 of the function left must be a positive number now [0]"
Ever been on a project so long your eyes start to cross even with the simple things? Yeah, that's me right now.