Group: comp.lang.fortran · Group Profile · Search for Current Characters in comp.lang.fortran
Author: Steve Lionel
Date: Jun 28, 2008 07:38
...5) = ["tan","atan2","atan","sin","asin"] 1 Error: Element in character array constructor at (1) has length 5 instead of 3 ... can specify the target length with an optional type keyword, such as [character(5)::"tan","atan2","atan","sin","asin"] Current ifort supports the mixed lengths, padding as needed to the longest length...
|