Christopher Kings-Lynne wrote:
> Or you could "parse" the function by retrieving the first row from the it
> and assuming that that's the function definition?
>
There are a number of reasons why I don't think this is workable, but
foremost, what happens if the function has side-effects, i.e. actually
alters data somehow?
Joe