Re: READ and delimited format



Hello,

Dan Nagle wrote:

<snip>

break_at_separators: do while( idx > 0)

idx = index( buffer, separator_ch)

other_variables( ...) = buffer ( 1: idx-1)

buffer = buffer( 1: idx+1)

Whoops! Should read buffer = buffer( idx+1: )

Note to self: Never write code before finishing coffee.

enddo break_at_separators

<snip>

--
Cheers!

Dan Nagle
Purple Sage Computing Solutions, Inc.
.