Hi all,

Anyone know how I can do the following:
VB Code:
  1. Public Sub SomeMethod(ByVal strString As String, Optional ByVal bytArray() As Byte = {12, 13, 14})

I get a squigly under the first { telling me "Expression Expected".

Any ideas? I would rather not overload the method t get around this if I don't have to.

Thanks.