Jochen wrote:
> hi!
>
> Joe typed:
>
>> assign(person, 'path\?');
>> rewrite(person);
>>
>> recnum:= filesize(person); // This all ways starts at 0. No matter if
>> there is 1 record in it or not.
>
> there cannot be a record in it!
> rewrite creates a new empty file. so of course it has 0 records.
> please read the help about working with files: rewrite, reset, append,
> filemode and so on i mean.
>
>> if (recnum = 0) then goto ?; //Then I miss the first record.
>>
>
> Does that help?
> greetz
> Jo
>
Then you must be talking about some thing else Jo. I don't why it doing
it, Your right. When you rewrite a file. It's blank, Theres nothing in
there, How ever. Every time I do add a record to it. The new recordnum
IS 0. and always 0.
And I don't have the doc's for Vpascal any way. I wish I didn't. Been
looking for them and I haven't fount them yet


|