FlyerTalk Forums - View Single Post - BAEC membership numbers
View Single Post
Old Nov 29, 2008 | 6:45 am
  #32  
astralclouds
All eyes on you!
20 Years on Site
 
Join Date: Feb 2005
Location: Tokyo
Programs: BA GfL; JL Au; QR By; IHG Pl; IC RA
Posts: 830
It's bloody random, get over it

Code:
CreateMember()
{
    MemberId newId = new MemberId();
    do
    {
         newId.Identifier = new Random().Next(10000000, 99999999);
    } while (newId.IsDuplicate);
    ...do stuff here
}
I joined in the days when you could tear out a membership card from a flyer in the seat back pocket - they were already numbered, and that's the number I still have today.
astralclouds is offline