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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -