On Dec 18, 11:49 am, Joe <j...@[EMAIL PROTECTED]
> wrote:
> All records seem to start at 0. Well I read that you can set them so
> that the record starts with 1 and not 0.
All programmers worth their salt start counting from 0. The more
experienced a programmer you become, the more you'll understand why.
> 1 should be the first record. SO that when the program detects a 0. then
> theres no records and the program can go on do what ever.
Then write code/logic that works around 0 as a special case. Or, as I
said above, adjust your thinking so that you start counting from 0 as
well.


|