I want to write the name of my procedure into a varchar, and then start it.
the problem ist that i dont know the name of the procedure before runtime.
something like this
procname := "newitem";
--new item is name of a possibel procedure.
callprocedure (procname); --call procedure doesnt exist
does anybody have an idea?
thank you,
michael
the problem ist that i dont know the name of the procedure before runtime.
something like this
procname := "newitem";
--new item is name of a possibel procedure.
callprocedure (procname); --call procedure doesnt exist
does anybody have an idea?
thank you,
michael