ciao , ho il seguente cofice in vb tradotto da c#:
For index As Integer = endPointOfMatch To text.Length
If text.Chars(index) = Cr Then
Return (index)
End If
Next
dovrebbe trovare la fine della riga ma non funziona.
grazie.
ciao , ho il seguente cofice in vb tradotto da c#:
For index As Integer = endPointOfMatch To text.Length
If text.Chars(index) = Cr Then
Return (index)
End If
Next
dovrebbe trovare la fine della riga ma non funziona.
grazie.