Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~1K People Reached

2 Posted Topics

Member Avatar for 68thorby68
Member Avatar for markwelbar
0
262
Member Avatar for shers

Check this simple code to find string from array For Each x As String In stringArray If x.Equals(stringToCheck) Then MessageBox.Show("Find the string ..." + x) End If [VB.Net Array full source ..](http://vb.net-informations.com/collections/vb.net_arrays.htm) Mark

Member Avatar for markwelbar
0
1K

The End.