blah blah blah is here! blah blah » Close

2
votes
2 answers

display one line from a text file

Hi, The title says it all. I have a text file with about 50 lines. I only want to display only one line. I've got a random number that chooses the line. I'm new at C# so please keep it simple. Thanks in advance.

0
votes
1 answers

A text-file-array question

Hi all, I've got a few questions. 1st. How do I save a text file into an array so that the lines on the text file are different numbers in the array. 2nd. Can I use a random int to select which array value to use and display? 3rd. Can I ...

Feedback