I'm working on a function that needs to have an optional argument. The name of the variable in question is "Argument". Is there a way to make it not required?
VB Code:
Public Function ClientCommand(Command As CommandList, Deck As Integer, Argument As String) End Function
Thanks!! Cory




Reply With Quote