Bingo Number Generator Tutorial
Loading...
3,944
Loading...
Uploader Comments (JP2112JP)
see all
All Comments (4)
-
does it works for Corel Draw?
-
@JP2112JP Thanks, i've already did it, I used a boolean variable, a do...loop and radio buttons so it only selects evens or odds depending what button is selected. now I try to find a way so that it avoids a list of numbers that I write in a listbox so that it only selects numbers on the grid, as in the game show Lingo.
Loading...
What is the code if I only want to draw even numbers?
Hampstead343 1 year ago
@Hampstead343 In the GenerateBingo function, check the value of lNum after assigning a random number to it. If lNum Mod 2 = 1, then it's odd. Add +1 to the number to make it even.
JP2112JP 1 year ago