Is it possible to set a default value for a function arguement? for example
Function selectDate (month,Day,year=2000)
....
....
End Function
So if the function is called with no year argument (I.e. myDate=selectDate(04,23) ) the year will automatically be set to 2000?
Thanks,
Brad
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.