Topic: Record Count in Vedit (1 of 3), Read 36 times
Conf: Other, General, etc.
From: jai sivanantham
Date: Tuesday, February 14, 2006 06:19 PM

Is there a way to find the record count in a large file using VEDIT, without ever browsing to the End of File ?

Thanks
Jai

 


Topic: Re: Record Count in Vedit (2 of 3), Read 40 times
Conf: Other, General, etc.
From: Ted Green
Date: Tuesday, February 14, 2006 06:26 PM

At 06:20 PM 2/14/2006, you wrote:
>From: "jai sivanantham"
>
>Is there a way to find the record count in a large file using VEDIT, without ever browsing to the End of File ?

If the file has fixed-length records, divide the file size by the record length.

If the file has variable-length records, your request is not even theoretically possible; something has to count the end-of-line characters.

Ted.

 


Topic: Re: Record Count in Vedit (3 of 3), Read 45 times
Conf: Other, General, etc.
From: jai sivanantham
Date: Tuesday, February 14, 2006 06:48 PM

Thanks, That Helps.