Hey all
I dont think there is a simple way of doing this but i've got a number of different functions, what each call a database function.
So to simplify lets say function a and function b both call function database.
If there is an error in function database, its because the function that called it has caused a problem. Is there a way I can display which function (function a or function b) called function database within the funcion database code?
I realise I've probably overused the word function quite a bit, but its far better than my first draft!
Thanks
Tim