T
Tony
I have this code:
Dim elementi() As String = Split(book, "pages")
I have to do remove first item from array elementi ... any help? Thanks
Dim elementi() As String = Split(book, "pages")
I have to do remove first item from array elementi ... any help? Thanks