better if it where written similar to the following.
<cffunction name="getInfo" access="public" returntype="any" output="no"
hint="I get info">
<cfset var getInfoReturn=0>
<cftry>
your logic here, if all goes well set getInfoReturn to 1.
<cfcatch type="any">do nothing because getInfoReturn is already 0</cfcatch>
</cftry>
<cfreturn getInfoReturn>
</cffunction>
Michael Hodgdon wrote:
> We are trying to insert error logic with a cfreturn at the end of the
> cfinclude, and the return never happens.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

