Hi,
It would like to make the following one, I have these functions in the
system:
test1()
test2()
test3()
etc...
when I to execute any function that I created in the system to pass for a
function; master()
Clemerson
Hi,
It would like to make the following one, I have these functions in the
system:
test1()
test2()
test3()
etc...
when I to execute any function that I created in the system to pass for a
function; master()
Clemerson
Clemerson,
Why don't you call master() from inside each of them ?
Antonio Linares wrote:Clemerson,
Why don't you call master() from inside each of them ?