Recent content by nds
-
N
Fortran Fortran77 statement - character assignment
AlephZero , TheoMcCloskey -- thank you very much! Now I understand that Z is the format delimiter and I think var = char(255) is exactly what I need. Thank you again!- nds
- Post #5
- Forum: Programming and Computer Science
-
N
Fortran Fortran77 statement - character assignment
fortran77 statement -- character assignment Hi, I am porting an application written in fortran 77 to linux. The following code compiles well with IBM xlf compiler on AIX. However, when I use g77, it fails with the following error:foo.f:6: + var /ZFF/...- nds
- Thread
- Assignment Fortran77
- Replies: 5
- Forum: Programming and Computer Science