FTN IO API +- HP Forums (http://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP Prime Software Library (/forum-15.html) +--- Thread: FTN IO API (/thread-7606.html) |
FTN IO API - StephenG1CMZ - 01-16-2017 11:53 AM Some routines that might help parse Fortran-formatted data. A work in progress that acts as a reminder of what popular formatting codes mean. Parsing these comprehensively will never be completed, but some of the simpler formats are handled. Just to be clear... The aim is that if you read a data file specifying I8, you can call FTN-I(8) to read the number... Not to parse FORMAT(I8) in the Fortran source. Version 0.001 |