|
-
Sep 5th, 2006, 08:08 PM
#15
Re: Randomizing and For Next Loop
 Originally Posted by VBDT
and if you are using the second one with Random object then change the line
VB Code:
value = employeePicker.Next(0, myrows.GetUpperBound(0))
with this
VB Code:
value = employeePicker.Next(0, myrows.Length)
I forgat to ask, did you make the changes abov?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|