--- Dar Scott <[EMAIL PROTECTED]> wrote: > I keep coming up with situations where I want to > call a function in > a particular object. In some cases custom > properties might be > appropriate, but it most cases they don't seem to be > the right way > to go. > > I know about call for handlers. Anything similar > for functions? > > Dar Scott >
I wouldn't know if there's one specifically for functions, but handlers can return a value too ; whatever you 'return' will be put in 'the result'. Hope this helps, Jan Schenkel. "As we grow older, we grow both wiser and more foolish at the same time." (De Rochefoucald) __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
