Basically I want to use PRINT statement inside a user defined function to aide my debugging.
However I'm getting the following;
Invalid use of side-effecting or time-dependent operator in 'PRINT' within a function.
Can this not be done?
Anyway to aide my user defined function debugging?
Cheers