Define an User Function
Posted: 11 Feb 2017 00:19
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
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