Hi,
In "Sub" example (documentation) i see :
Example:
Sub MySub (FirstName As String, LastName As String, Age As Int, OtherValues() As Double) As Boolean
...
End Sub
But how to call a such sub since the max number of parameters is 2 with callsub3 ?
Thanks
In "Sub" example (documentation) i see :
Example:
Sub MySub (FirstName As String, LastName As String, Age As Int, OtherValues() As Double) As Boolean
...
End Sub
But how to call a such sub since the max number of parameters is 2 with callsub3 ?
Thanks