Hi I used the "search" option of this forum. I have seen old messages about the continuation of line "#" of fortran77 that is different from the ones in fortran90. I have thousands lines of fortran code created by codegeneration and I can't use "replace all # with &", because # are at the beginning and "&" at the end of the line. It takes a while to substitute all of them by hand every time I generate the fortran subroutine. Do you know if they are going to introduce the continuation of line with & instead #?
thanks
I have found the way for a
I have found the way for a fast and immediate substistution. Let my know anyway if the option will be available int the future.