I am trying to figure out how to make a function so that you can only pick certain arguments for the argument list. Not Overidding the function.
For Example:
Sub New (ByVal value As String, ByVal value2 As String)
I want the value 2 to only have the value 1 or 2.....
Can't i set that up in the argument list? Iv'e looked everywhere and i thought i remember seeing something about it.
Mag
