I create a function or procedure name by building the name to be executed from variables.
example:
basename = "INTERFACE"
nameext = "_x"
myproc = basename + nameext
Now how do I call the function whose name is contained in variable myproc ?
I appreciate the help !
Keith
example:
basename = "INTERFACE"
nameext = "_x"
myproc = basename + nameext
Now how do I call the function whose name is contained in variable myproc ?
I appreciate the help !
Keith