in reply to Re: Re: Generating random 6 digit numbers
in thread Generating random 6 digit numbers

Why does the ID need to be random? Simply counting the customers would make them all unique.

If it must be random I'd count the customers and change the leading zeros to a generated pseudo random number.

Hope that helps
Chris

Lobster Aliens Are attacking the world!
  • Comment on Re: Re: Re: Generating random 6 digit numbers