08-19-2015, 03:02 PM
(This post was last modified: 08-19-2015, 03:04 PM by abhideshpande001.)
I think this is not possible. I would suggest Make two functions with 3 and 4 parameters and write it like this in script.
Code:
If Condition
Call Fn1(Var1, Var2, Var3)
Else
Call Fn2(Var1,Var2,Var3,Var4)