Re: displaying my randomly selected numbers in a colorful interface.

2008-08-19 Thread Goksie Aruna
Mike Driscoll wrote: On Aug 19, 1:02 am, Goksie Aruna <[EMAIL PROTECTED]> wrote: dear all, i have arrays of number of size lets say 4000 i.e. 201000..2013999 now i want to do the following. first print all the numbers to a colorful console. be it wx, tk, or web based. then pick a winni

Re: displaying my randomly selected numbers in a colorful interface.

2008-08-19 Thread Mike Driscoll
On Aug 19, 1:02 am, Goksie Aruna <[EMAIL PROTECTED]> wrote: > dear all, > > i have arrays of number of size lets  say 4000 i.e.  201000..2013999 > > now i want to do the following. > > first print all the numbers to a colorful console. be it wx,  tk, or web > based. > > then pick a winning number f

displaying my randomly selected numbers in a colorful interface.

2008-08-19 Thread Goksie Aruna
dear all, i have arrays of number of size lets say 4000 i.e. 201000..2013999 now i want to do the following. first print all the numbers to a colorful console. be it wx, tk, or web based. then pick a winning number from the range which will now be printed at the center of the page. how