Quantcast
Viewing all articles
Browse latest Browse all 21760

Re: How do I use a variable within paragraphFormat?

When variables are not processed, chances are you do not have them within a <cfoutput> tag.

 

<cfoutput>#paragraphFormat( 'Hi ' & firstName & ', your info...' )#</cfoutput>

 

What we're doing here is concatenating between literal text, like "Hi" and variables that need to be processed (when inside a ColdFusion Built-In Function like ParagraphFormat, you do not need to # the variable name).


Viewing all articles
Browse latest Browse all 21760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>