fortran95 - How to call csv printing routine from Fortran code -
i want print character strings in csv format fortran program.
based on information available on internet (in stackoverflow.com) have added source code line (as in example shown in stackoverflow response):
use csv_file
but unfortunately treated lahey compiler error. adding include statement path flibs stored in same directory source code did not , treated error.
so, question is: statements must add source access the csv_file , csv_write routine ?
Comments
Post a Comment