Re: How to Read csv Files with both Characters and Numbers?



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.

.



Relevant Pages

  • Re: Fortran based MEX w/ COMMON/SAVE
    ... I believe dat (pointer to the array) and the ... SAVE at the begining of each subroutine is a bit unusual to me. ... > to unload it if there isn't a Fortran END or STOP statement. ... interaction w/ Matlab). ...
    (comp.soft-sys.matlab)
  • Re: Help Constructing Fictional Cross-Religious Movement
    ... You know how to do something in Fortran that I ... >don't know how to do despite being pretty familiar with it, COBOL ... > subroutine point ... >was finding a programming problem that seemed reasonably amenable to ...
    (rec.arts.sf.composition)
  • Re: Callbacks - Delphi and CVF
    ... | I have a FORTRAN DLL that does the computations and takes about hours ... | want to be able to access the callback functions address from every ... | subroutine in the fortran dll. ... SUBROUTINE ReportProgress ...
    (comp.lang.fortran)
  • Re: Callbacks - Delphi and CVF
    ... | I have a FORTRAN DLL that does the computations and takes about hours ... | want to be able to access the callback functions address from every ... | subroutine in the fortran dll. ... SUBROUTINE ReportProgress ...
    (comp.lang.fortran)
  • Re: Help Constructing Fictional Cross-Religious Movement
    ... Given that this is something that I'd really like to know how to do in Fortran -- and, while Fortran 2003 has objects, there are as yet no ... Consider the following subroutine, which defines what amounts to a ... entry getpoints ... was finding a programming problem that seemed reasonably amenable to object-oriented programming, and that I wanted to write starting from a blank slate. ...
    (rec.arts.sf.composition)