Hi! My problem looks something like this:
I have some sequences, every sequence has some steps.Every step is a function.Of course, every step, function can have one or more arguments.
for every sequence I have to call every function with its own arguments.
these things I have in a DB.
I have the name of the function in a variable, so I can use:
Application.run function_name, arg1, arg2,...
the problem is that I dont know how to solve with these arguments.because sometimes its just one, but can be also 2 or 3 ....
if you need more details...just ask for!
thanks!
I have some sequences, every sequence has some steps.Every step is a function.Of course, every step, function can have one or more arguments.
for every sequence I have to call every function with its own arguments.
these things I have in a DB.
I have the name of the function in a variable, so I can use:
Application.run function_name, arg1, arg2,...
the problem is that I dont know how to solve with these arguments.because sometimes its just one, but can be also 2 or 3 ....
if you need more details...just ask for!
thanks!