Re: How to Read csv Files with both Characters and Numbers?
- From: relaxmike <michael.baudin@xxxxxxxxx>
- Date: Fri, 28 Mar 2008 01:12:21 -0700 (PDT)
I also found f90split, by John Burkardt.
It allows to split a fortran 90 file into pieces
http://people.scs.fsu.edu/~burkardt/f_src/f90split/f90split.f90
and contains the subroutine S_SPLIT
subroutine s_split ( s, sub, s1, s2, s3 )
!
*****************************************************************************80
! S_SPLIT divides a string into three parts, given the middle.
! Discussion:
! This version of the routine is case-insensitive.
.
- References:
- How to Read csv Files with both Characters and Numbers?
- From: qquito
- Re: How to Read csv Files with both Characters and Numbers?
- From: glen herrmannsfeldt
- Re: How to Read csv Files with both Characters and Numbers?
- From: Kurt Kallblad
- Re: How to Read csv Files with both Characters and Numbers?
- From: glen herrmannsfeldt
- Re: How to Read csv Files with both Characters and Numbers?
- From: qquito
- Re: How to Read csv Files with both Characters and Numbers?
- From: relaxmike
- Re: How to Read csv Files with both Characters and Numbers?
- From: Richard Maine
- Re: How to Read csv Files with both Characters and Numbers?
- From: relaxmike
- How to Read csv Files with both Characters and Numbers?
- Prev by Date: Re: How to Read csv Files with both Characters and Numbers?
- Next by Date: Re: index function problem
- Previous by thread: Re: How to Read csv Files with both Characters and Numbers?
- Next by thread: Re: How to Read csv Files with both Characters and Numbers?
- Index(es):
Relevant Pages
|
|