Hi,
I don't understand what Intellisence is complaining about:
System.ArgumentOutOfRangeException
Message=Length cannot be less than zero.
I just don't understand.
Poppa
I don't understand what Intellisence is complaining about:
Code:
Dim tmp As String = "2001: A Space Odyssey~Arthur C. Clarke"
Dim ang As String = tmp.Substring(0, l2)
Quote:
System.ArgumentOutOfRangeException
Message=Length cannot be less than zero.
Poppa