onedizzydevil
Programmer
Need your help
I am trying to something like this, but I get an "Expression expect." squiggly
I the user to pass in an Arry list of items. Any help would be greatly appreciated.
Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."
I am trying to something like this, but I get an "Expression expect." squiggly
I the user to pass in an Arry list of items. Any help would be greatly appreciated.
Code:
Public Function RandomString(Optional ByVal arrList() As String = {"a","b","c"}) As String
End Function
Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."