Hello Everybody,
I am still making my random program but this time my ticket stubs is also at random. i.e. I have a ticket numbered:
4000 - 4032
4075 - 4078
4135 - 4205
4313 - 4333
and so on...
Can I make a clipper program to handle random selection of winners using only tickets numbers like the once enumerated above?
Should I maintain a database of these numbers? If so, how could I make the random program pick the winning number?
I made a routine using DO WHILE loop to skip each record in the database, the problem is there's no wait state in my loop so I can't get it to pick a winning number. Is there a command that can interrupt a loop NOT in it's wait state?
Thank you so much for your help.
God bless,
Balarao
I am still making my random program but this time my ticket stubs is also at random. i.e. I have a ticket numbered:
4000 - 4032
4075 - 4078
4135 - 4205
4313 - 4333
and so on...
Can I make a clipper program to handle random selection of winners using only tickets numbers like the once enumerated above?
Should I maintain a database of these numbers? If so, how could I make the random program pick the winning number?
I made a routine using DO WHILE loop to skip each record in the database, the problem is there's no wait state in my loop so I can't get it to pick a winning number. Is there a command that can interrupt a loop NOT in it's wait state?
Thank you so much for your help.
God bless,
Balarao