fortran语言中如何取出字符串长度?
1、WRITE(*,*) 'This is a very long title && T茑霁酌绡his is a very long title && This is a very long title'


4、program ex1 impli罕铞泱殳cit none character(9) cstr cstr = 'abcs' write(*,*) adjustr(cstr) end

6、如果把一个语句名、函数名等fortran中且有特定意义的字符分成两行,那么除在行末续行外,还要在下一行的开头加一个续行符, 如果字符串跨2行以上,则在续行的开始位置也要加&号。
