by Joe <joe@[EMAIL PROTECTED]
>
Dec 18, 2007 at 12:49 PM
Robert Riebisch wrote:
> Joe wrote:
>
>> When I setup a type database in binary.
>
> What's that? What are you trying to do?
>
That just it. Its a data base
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.
sample..
reacordnum:= filesize(U);
this gets the number of records in a file. If no records are fount.
Its starts with 0. So 0 would be the first record number. What do I have
to do in order to set it up so that the first record starts with 1 and
not a 0..
See 0 should be 0 records and not the first record.
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.