Has anyone had issues with cfscript syntax where it doesn't function
correctly?  I had an issue in a CFC where I was looping through an array and
then making recursive method calls to the same method doing the looping.
The loop was supposed to make a call for every item in the array, but it
would just make a call for the first item and then apparantly break out of
the loop, as if it was single threaded and could only handle one task at a
time.  I then took the same exact code, and formated in as tags with no
additional changes other than to convert the script syntax for the method
call into a cfinvoke tag, and it worked fine.  What's up with that?

Adrian Showalter
Software Developer
Holmes BizNet
www.HolmesBizNet.com <http://www.HolmesBizNet.com>
330.893.3901 ext 102


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227483
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to