View Single Post
  #2 (permalink)  
Old 07-09-2009, 1:16 PM
demausdauth demausdauth is offline
VB.NET Forum Genius
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Mar 2008
Location: Minnesota
Posts: 210
Reputation: 210
demausdauth puts e.f. hutton to shamedemausdauth puts e.f. hutton to shamedemausdauth puts e.f. hutton to shamedemausdauth puts e.f. hutton to shamedemausdauth puts e.f. hutton to shamedemausdauth puts e.f. hutton to shamedemausdauth puts e.f. hutton to shamedemausdauth puts e.f. hutton to shame
Default

Not sure about #1 yet but you could do this for
#2
Code:
    Dim strTest As String = "He said ""Help me please"""

        Dim intIndex As Integer = strTest.IndexOf(ControlChars.Quote)
__________________
If someone has helped you please rate them.
Reply With Quote