User Guide
Manuals
Brands
Macromedia Manuals
Other
COLFUSION MX 7-CFML REFERENCE
671
672
673
674
675
676
677
678
679
680
680
Chapter 3: ColdFusion Functions
returnVariable="myColor">
</cfinvoke>
<cfif IsDefined("myColor")>
<!--- Output the returned variable --->
The value of myColor = <cfoutput>#myColor#</cfoutput><p>
</cfif>
</cfif>
1
...
...
678
679
680
681
682
...
...
1108