|
Sure, you're creating and/or referencing variables within a cf tag
or script. They're just variables in there. The use of # characters is to render the value of a cf variable where a string is typically used: Examples: <cfset myFormatPreference = "MM/DD/YYYY" /> <cfset myDateString = dateFormat(now(),myFormatPreference) /> <cfset myServerURL = "http://akh.com" /> <cfhttp method="get" url="" result="myWebContent" /> <html> <body> <cfoutput> <p>Today's date is #myDateString #</p> Here's the content from my server:</br> #myWebContent# <p> Here's one Octothorp character inside the cfoutput tags: ## </p> </cfoutput> <p> Here's one Octothorp character outside the cfoutput tags: # </p> </body> </html> HTH, Al On 11/18/2015 1:22 PM, Jason King
wrote:
-- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. |
Re: [OpenBD] Re: Strange cfc behavior with arguments
'Alan Holden' via Open BlueDragon Wed, 18 Nov 2015 14:21:32 -0800
- [OpenBD] Strange cfc behavior with argum... Jason Allen
- [OpenBD] Re: Strange cfc behavior w... Marcus F
- Re: [OpenBD] Re: Strange cfc be... Jason King
- Re: [OpenBD] Re: Strange cf... Marcus F
- Re: [OpenBD] Re: Strang... Jason King
- Re: [OpenBD] Re: S... Marcus F
- Re: [OpenBD] Re: S... 'Alan Holden' via Open BlueDragon
- Re: [OpenBD] R... Jason King
- Re: [OpenB... 'Alan Holden' via Open BlueDragon
- Re: [OpenB... nitish pandey
- SV: [OpenBD] Strange cfc behavior w... [email protected]
