in some cases, you'll need to use something to specify the scope:

<cfloop query="query1">
    <cfloop query="query2">
       <cfoutput>#query1.name# != #query2.name#<br></cfoutput>
    </cfloop>
</cfloop>

Now try that with the unstored results of a function call.

On Wed, 24 Nov 2004 14:10:13 -0400, Robert Everland III
<[EMAIL PROTECTED]> wrote:
> If you were looping over the query you wouldn't need to refer to the 
> function. Also if you did myquery().name, you would only be getting the first 
> record every time, you would just refer to name. I think it's just a 
> limitation in ColdFusion, looks like a lot of people are having this issue. 
> We're very close to being able to do object oriented with CFC, but there 
> still needs to be some work so that we can do the same thing as .NET .
> 
> 
> Bob
> 
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185355
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to