Avatar of APS NZ
APS NZ
Flag for New Zealand

asked on 

Lost among the #s

I have a function for generating a spreadsheet and it works fine.  I use the following code to call it

<CFOUTPUT>
<CFSET K=GenerateSpreadsheet("Freddi","#GetNames#")>
#K#
</CFOUTPUT>

How do I rewrite it as

<CFOUTPUT>
#GenerateSpreadsheet("Freddi","#GetNames#")#>
</CFOUTPUT>

without the hashes around GetNames causing a problem?
ColdFusion Language

Avatar of undefined
Last Comment
_agx_

8/22/2022 - Mon