|
This is a total noob question I'm sure...
I have found some code here on this web site that supposedly does what I am looking for. The problem is that I paste the code in a module, and have a form that passes the variables to the module and I don't get any errors at all...I am assuming it's working, but the problem is that I don't know how to get the results of the code!
Evidently the code is supposed to generate non-repeating random numbers within a certain range. I supply the range and how many numbers and it replys with a string of numbers (I'm assuming). If I want those numbers to appear on a form, or have those numbers be inserted into a table column...how do I do that? If anything, how can I verify that the code even works?
Here is the code I'm looking at:
http://www.codetoad.com/vb_random.asp
|
|
|
|
|
|
|
// |