Hello All,
I am sure I am just misunderstanding something, but when I try to use the "var" my CFC returns an error.
For instance this works:
<cfset getArticlesQuery = getArticles()>
but this cause my entire CFC to break:
<cfset var getArticlesQuery = getArticles()>
Can anyone tell me what I am missing?
Thanx.
blue skies, bryan
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at [EMAIL PROTECTED]
