Hi,
The statement:
"Dim words() As String = text.Split(" ".ToCharArray())"
on page 279 of the book "Beginning
VB.NET", is very difficult to understand if one not simply taking the simple explanation on pg. 281. I tried to browse through the MSDN, but I am getting nowhere because the MSDN is too "technically" written.
In such a huge libary of objects in
VB.NET, I wonder is there any "magic" way for one to get a better grip on what properties & functions to use and set them right for a given task, and how to comprehend the MSDN document.
Many thanks!
John Lam