CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: xmrw

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    8,000

    Re: Simple Randomize Question

    Thank you all very much. Some of that code suggested is a little too difficult and complicated for me at the moment. I just used a GoTo, and it worked pretty well... For now.


    My next problem is...
  2. Replies
    10
    Views
    8,000

    Simple Randomize Question

    I am trying to select a random number using a command:

    Randomize
    (variable as integer) = Int (Rnd * #) + #


    Actual Code:

    Randomize
    t = Int (Rnd * 7) + 0
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured