> why... have... I... not... seen... cfscript > until.. now? You ... haven't ... read ... the ... documentation? It's in there.
If you're using CFMX, though, you might not even bother with it. Its popularity is largely based on the fact that it's the only way to write user-defined functions in CF 5. You can do a lot more (and do it better) with the CFFUNCTION tag in CFMX. > I'll look into the syntax more, but can you tell > me if I can include all my cfscripts in a separate > doc? I can just make it a cfinclude, why not Yes, you can certainly do that - it's a very popular thing to do with CF 5. You can download entire prewritten libraries from cflib.org, then just CFINCLUDE them at the top of pages as appropriate, if you like. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

