Skip to site navigation (Press enter)
RE: Problem with CFC
Raymond Camden
Sat, 13 Dec 2003 09:22:53 -0800
Just as an anal fyi, in mx 6.1 (only) you _can_ have one tag before the var
statements, but it has to be cfscript, ie:
<cffunction ...>
<cfargument ...>
<cfscript>
var x= 1;
var z = 1;
var a = 2;
</cfscript>
...
</cffunction>
Enjoy. :)
[
Todays Threads
] [
This Message
] [
Subscription
] [
Fast Unsubscribe
] [
User Settings
]
Previous message
View by thread
View by date
Next message
Problem with CFC
Jake McKee
RE: Problem with CFC
Cameron Childress
Problem with CFC
Jake .
Problem with CFC
Rick Root
Re: Problem with CFC
Rick Root
RE: Problem with CFC
Adam Wayne Lehman
Re: Problem with CFC
Rick Root
Re: Problem with CFC
Rick Root
RE: Problem with CFC
Raymond Camden
Re: Problem with CFC
Rick Root
Raymond Camden
Reply via email to
Search the site
The Mail Archive home
cf-talk - all messages
cf-talk - about the list
Expand
Previous message
Next message