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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -