Question about vb.net
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Can someone answer this question for me.:) Is the contains of this considered a type of collection? textbox1.text would like to use the FOR EACH on the text in the textbox1.text:~
-
Can someone answer this question for me.:) Is the contains of this considered a type of collection? textbox1.text would like to use the FOR EACH on the text in the textbox1.text:~
Yes, a string is a collection. You can use for each to iterate over each char in the string.
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert