Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Jim Wells #1
components/functions ease of use?
Is there an easy way to call several functions from a .cfc without using cfinvoke?
For example I just want to do something similar like:
<cfset test = func1() + func2() + func3()>
Jim Wells Guest
-
britfone jobs at ease
Offer of lifetime. No more worry of jobs www.britfone.com &@2GplZ&:ibZl`[fR*GwTA2WmZU)'n54YY7AM,DJq_0=q^sDk -
ease in ease out
Is't possible to change by the actionscript the ease-in or the ease-out of a MovieClip ? If yes, how can I do it ? Thanks Christophe -
This seems to ease
I did the 'in' function for seeing if one element is inside on list like. sub in { my $match = shift; foreach (@_) { return 1 if $match eq $_;... -
ANN: Scroll Your DataGrid With Ease! ScrollingGrid 1.0
I'd like to take a quick second to let you know that there is finally a cross-browser answer to the scrollable DataGrid question that costs under... -
Ease-in/ease-out rotation of a model
Hi, I'm trying to get a model of a hanging sign to swing in the wind using lingo... I've got the following so far: on beginsprite mSign =... -
-
mxstu #3
Re: components/functions ease of use?
<cfscript>
yourCFC = createObject("component", "yourCFC");
</cfscript>
<cfset test = yourCFC.func1() + yourCFC.func2() + yourCFC.func3()>
mxstu Guest



Reply With Quote

