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 #107.55K
~19.7K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for MukeshZ

Sub readCSVFileVerifyData(ByVal strFileName As String, ByVal value As String) Try ' Open the file using a stream reader. Using sr As New StreamReader(strFileName) Dim line As String ' Read the stream to a string and write the string to the console. 'line = sr.ReadToEnd() line = sr.ReadLine() Dim testArray() As …

Member Avatar for deceptikon
0
20K

The End.