|
|
String manipulation
| Passing Strings |
|
Passing Fortran strings is quite a problem, since there is no standardization among vendors. The RTL currently supports six different methods of passing Fortran strings in arguments! Fortunately, the details of the six methods are hidden in the RTL Fortran String Conversion Routines, so they all look the same to the application programmer. Submitted: Mar 29, 2000
|
| cnf_copyf - Copy one FORTRAN string to another FORTRAN string |
|
The FORTRAN string in source_f is copied to dest_f. The destination string is filled with trailing blanks or truncated as necessary. Submitted: Mar 29, 2000
|
|
|