Select Case o.GetType
Case = GetType(SomeRan domTypeName)
'...
End Select
Why doesn't this work? Can I make it work or am I stuck with ElseIf for a
long list?
Paul
Case = GetType(SomeRan domTypeName)
'...
End Select
Why doesn't this work? Can I make it work or am I stuck with ElseIf for a
long list?
Paul
Comment