Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

functions

Status
Not open for further replies.

danarashad

Programmer
Nov 2, 2006
115
US
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:

#

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top