1. I suggest you remove the EXE files from the /bin and /obj folders, as it's against the rules to leave them in there...
2. What's with the "Count out of Range"?
3. You misspelled "Generate".
4. I suggest you use OrElse instead of Or, remove = True, don't define your variables at class-level, don't use a typeless array, remove the ElseIf and replace it with Else.
5. DON'T USE GOTO!
Last edited by minitech; Sep 1st, 2010 at 06:45 PM.
1-
2- if you put 1 as start and 10 as end you can get only 10 unique random numbers within that range so you can't ask for more than that in the count box
3-
4-
5- how can the code work without the GOTO statment ? i ask for help here
thank you for your time for reviewing my code and your suggestions are very helpful
if i try to create random numbers greater than thousands it slows down the computer and makes it hang sometimes that is why i limited it to 1000 which i think it is more than anyone can need
to step forward we need to learn ... and we learn from our mistakes