问个Fortran字符串操作的问题# Computation - 科学计算
r*y
1 楼
Is there a function in fortran which can tell the length of a string?
For example
character*80 A
A='dfwrerefdfe'
which function can tell the length of this A?
Have not used Fortran for a long long time, so rusty now. :-((
For example
character*80 A
A='dfwrerefdfe'
which function can tell the length of this A?
Have not used Fortran for a long long time, so rusty now. :-((