R
roundcrisis
Hi there:
I m trying to do something (check values) if one of the parameter in a
procedure is used, for example
let say I have the following procedures:
index(int a, string specialParam, ..)
save (string specialParam)
delete(string specialParam, string lloooo)
upstream()
basically i want to run another prooc anytime a procedure that has
specialParam as a parameter is run, and actually if this proc returns
false, then the original procedure shouldn't run
I know this is not terribly clear so please feel free to ask for
clarification
any ideas?
Thanks
I m trying to do something (check values) if one of the parameter in a
procedure is used, for example
let say I have the following procedures:
index(int a, string specialParam, ..)
save (string specialParam)
delete(string specialParam, string lloooo)
upstream()
basically i want to run another prooc anytime a procedure that has
specialParam as a parameter is run, and actually if this proc returns
false, then the original procedure shouldn't run
I know this is not terribly clear so please feel free to ask for
clarification
any ideas?
Thanks