Page 1 of 1

ExecuteProcess, how it works ?

Posted: Tue Aug 26, 2014 11:36 am
by beber005
Hi everyone,

I used many time this command and I read the official TM1's web site. But I have a little question about this command. I know this one works like that :
- ExecuteProcess(name of the process)

But I would like to use input variables in this command. Like that :
- ExecuteProcess(args1,args2,...argsn)
Where args is equivalent to the arguments of the target process.

Do you see ?

Thank's a lot for your help :)

Re: ExecuteProcess, how it works ?

Posted: Tue Aug 26, 2014 11:41 am
by declanr
I'm pretty sure it's covered in the documentation but the general approach is:

ExecuteProcess ( <Process Name>, <Parameter Name 1>, <Parameter Value 1>, <Parameter Name 2>, <Parameter Value 2>... );

Re: ExecuteProcess, how it works ?

Posted: Tue Aug 26, 2014 11:53 am
by beber005
Oh **[Expletive Removed]** I'm very sorry you're right I was too obsessed with the idea that I had this command. Thank's =$