Hi, I support this proposal. If I had thought it would be an easy addition, I might have considered this during the discussion of line lengths and statement lengths. Given character( len= <number>) :: foo, bar I would expect foo = bar read( bar, '(a)') foo write( foo, '(a)') bar to all have the same effect. And then there's trim and friends. -- Cheers! Dan Nagle