maggiezhao
Programmer
The following syntax is wrong, is there anyone know how
to define a function with optioanl arguments and
default arguments?
Function f(str1, optional str2)
End Function
to define a function with optioanl arguments and
default arguments?
Function f(str1, optional str2)
End Function