Search:

Type: Posts; User: abbylennon

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    10,039

    so where do i put that number 2147483647

    so where do i put that number 2147483647
  2. Replies
    18
    Views
    10,039

    i got it to work i used this var lines =...

    i got it to work

    i used this
    var lines = File.ReadAllLines(path);var r = new Random();
    var randomLineNumber = r.Next(0, lines.Length - 1);
    var line = lines[randomLineNumber];

    do u think...
  3. Replies
    18
    Views
    10,039

    any suggestion for the random class one best...

    any suggestion for the random class
    one best suited to enter that value

    thx alot
  4. Replies
    18
    Views
    10,039

    i have a 15 mb file with words in it what is the...

    i have a 15 mb file with words in it what is the best way to select a random name in it without the app crashing on startup because of memory overload
  5. Replies
    18
    Views
    10,039

    well its a text fille the one u get when u right...

    well its a text fille the one u get when u right click on desktop

    the file loook like this


    word1
    word2
    word3
  6. Replies
    18
    Views
    10,039

    i get the part of how to read the file i just...

    i get the part of how to read the file i just dont get how to make it random
  7. Replies
    18
    Views
    10,039

    need a random word from a txt file

    hi i got this problem here where i need the string to
    be a random string out of a text file full of strings
    it just grabs the first one

    how to make to it takes a random one out of all of them
Results 1 to 7 of 7