How do I specify the default to be a Empty Array?
Tried using code below.
Private Function Foo(byref Option A() as Type = {} )
End Function
Solved the problem differently by changing the Optional variable A to a String.
But suppose I want to use a type that isn't easily converted to a string.

New Topic/Question
Reply




MultiQuote




|