Group: comp.lang.fortran · Group Profile · Search for Returning a dynamic character array based on input in comp.lang.fortran
Author: Ragu
Date: Sep 10, 2008 13:20
... allocating a character array that can represent a line in an input file...90 style comments (Exclamation mark) and return the string. Currently, I had ...I want the returned string’s length to be dynamic and equal to... 0) then cycle readfrmfile else return end if end do readfrmfile ... variables integer :: n, length ! -- Copy input string outstring = inpstring length = LEN(...
|