Re: Byte counting and newlines

From: David Frank (dave_frank_at_hotmail.com)
Date: 02/28/04


Date: Sat, 28 Feb 2004 12:31:45 GMT


"Madhusudan Singh" <spammers-go-here@yahoo.com> wrote in message
news:c1pjof$1lmt5o$1@ID-159130.news.uni-berlin.de...
> Hi
> I am looking for a Fortran intrinsic that returns the number
> of bytes in
> the supplied argument, a string ?
>

?? n = len(string) ! assuming string's chars are 1 byte

<snip posix questions>