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.41K
~164 People Reached
Favorite Forums
Member Avatar for nimbusania

Hello, I was just wondering how I would refer to a certain line in a text file. It is by using an index of some sort? here is my try: [code]using (StreamReader worldlist = new StreamReader("wordlist.txt")) { string line; line = worldlist.ReadLine(count); listBox1.Items.Add(line); } [/code] Unfortunately the error is "No …

Member Avatar for sknake
0
164