01-06-2016, 03:29 PM
If u dont want to pass the value in the argument u can leave empty instead of removing parameter.
Please find the snippet:
Please find the snippet:
Code:
Fun Abc(Par1,Par2,Par3,Par4)
---
--
End Function
Call Abc("1","",2","3")