Re: READ and delimited format
- From: Dan Nagle <dannagle@xxxxxxxxxxx>
- Date: Wed, 27 Dec 2006 18:57:06 GMT
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.
.
- References:
- READ and delimited format
- From: Jeremy
- Re: READ and delimited format
- From: Beliavsky
- Re: READ and delimited format
- From: Dan Nagle
- READ and delimited format
- Prev by Date: Proper way to return a string
- Next by Date: Re: Proper way to return a string
- Previous by thread: Re: READ and delimited format
- Next by thread: Converting string to Integer, Real, etc...
- Index(es):