danarashad
Programmer
IS this possible.
<cfset get = querymerge#c#(getNo,getStu,"ID","Flag_ID,FlagNote")>
querymerge is a function, the c is a counter. I am trying to call different functions ie. querymerg1, querymerg2. i keep getting errors. I can output the word querymerge#c#, and it will output querymerge1, querymerge2. But when its inside my cfset, I get errors. Help????
Invalid parser construct found on line 67 at position 33. ColdFusion was looking at the following text:
#
<cfset get = querymerge#c#(getNo,getStu,"ID","Flag_ID,FlagNote")>
querymerge is a function, the c is a counter. I am trying to call different functions ie. querymerg1, querymerg2. i keep getting errors. I can output the word querymerge#c#, and it will output querymerge1, querymerge2. But when its inside my cfset, I get errors. Help????
Invalid parser construct found on line 67 at position 33. ColdFusion was looking at the following text:
#