RE: application.function

2003-07-17 Thread Raymond Camden
Non-J&J] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 17, 2003 11:57 AM > To: CF-Talk > Subject: application.function > > > Is there a way to define functions in application scope w/o > putting them in a cfc? > > i.e. > > function application.fo

application.function

2003-07-17 Thread
Is there a way to define functions in application scope w/o putting them in a cfc? i.e. function application.foo () { // this syntax doesn't work writeOutput("bar"); } TIA ~| Archives: http://www.house