Results 1 to 5 of 5

Thread: [2008] Randomness and arrays

Hybrid View

  1. #1
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2008] Randomness and arrays

    First up, don't use Randomize and Rnd to generate random numbers. Create a Random object and then call its Next method.

    As for the question, see this CodeBank thread of mine.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  2. #2

    Thread Starter
    New Member
    Join Date
    Jan 2009
    Posts
    14

    Re: [2008] Randomness and arrays

    I don know how to use the code you gave me. Im looking over it and i thing i can make it work but my main question is how to i change it around so that it chooses between 93 different characters?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width