ok I am completely stumped in the middle of an loop fed by a query I have a set variable I am doing another query inthe loop to get numbers of record with certian variables (happens like 60 times on the page and I dont want to make a new query everytime we add one) so here is what I am trying to set.
<cfset #new#numb="#dude.recordcount#">
the variable #new# will be a name and I want the new variable to be #namenumb# so I can call it later inthe page for a rowspan in a table... I hope this is well enough explained I have been beating my brain against it for a coupple of hours and am not thinking straight anymore...
<cfset #new#numb="#dude.recordcount#">
the variable #new# will be a name and I want the new variable to be #namenumb# so I can call it later inthe page for a rowspan in a table... I hope this is well enough explained I have been beating my brain against it for a coupple of hours and am not thinking straight anymore...