On Sun, 1 Oct 2000, Heather Donahue wrote: > Question for Robert Purves, I noticed that your functions ended as > > End FN = FN TickCount - t > > Is it permitted in FB^3 to use any expression that can be evaluated? > > Does this extend to a expression that might include another local > function, similar to what C does with > > Return (SomeOther Function that returns a value) Yup, I've been doing it since FBII and FB3 hasn't cared either. The End FN = FN SomeOTherFn works fine too. -D