B4J Question Optional "Arguments"

teddybear

Well-Known Member
Licensed User
is there a way when declaring a Sub you can specify an argument is optional or is there a way in the subroutine code to check if the argument is there?
You can wrap the arguments as a map and pass it to the subroutine.
 
Upvote 0
Solution
Top