Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fortranの文字列内の文字にアクセスする方法はありますか?文字列「taco」の最初の文字を文字変数に格納したい場合、どうすればよいですか?
文字変数と定数は、配列セクションと同様の構文を使用して「サブストリング化」できます。
a_character_variable = "taco"(1:1)
文字変数のサブストリングも変数です。これは、代入ステートメントの左側に表示される場合があります。