1
2
3
4
5
6
7
8
9
10
11
12
13
14
| Private Function Cortes(strText As String) As String()
Dim strCorte As String
strCorte = Split(strText, ") = ")(0)
Dim intIndex As Integer = strCorte.LastIndexOf("(")
Dim strCompleto As String = strCorte.Substring(0, intIndex - 1)
Dim strAbreviado As String = strCorte.Substring(intIndex + 1, strCorte.Length - (intIndex + 1))
Dim strReturn(0) As String
strReturn(0) = strCompleto
strReturn = AddElementToStringArray(strReturn, strAbreviado)
Return strReturn
End Function
|
沒有留言:
張貼留言