Hello,
Pardon my ignorance with such a question. I searched for an answer but couldn't find what I'm looking for or just plain missed it.
Question:
How do I define an user function in AutoMagic like the example below
Function AddAplusBReturnC(a, b, c){
c = a+b;
}
Thanks
Husky
Define an User Function
Moderator: Martin
Define an User Function
"Basic research is what I'm doing when I don't know what I'm doing"
Re: Define an User Function
Automagic doesn't offer this feature. Has been requested before though
Re: Define an User Function
bogdyro,
Thanks for the reply.
Perhaps in the future something might be done about it.
Regards
Husky
Thanks for the reply.
Perhaps in the future something might be done about it.
Regards
Husky
"Basic research is what I'm doing when I don't know what I'm doing"
Re: Define an User Function
So, what about separate flow? It has own context, which includes parent context with local variables.
All systems nominal.
Re: Define an User Function
Yes,but if you want it in a script you have to separate it and run another script action afterwards.not really convenient