- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I want an array of characters strings.
Each string is varaiable in length.
Can I do this in CVF?
The following statement gives an error.
character*(*) point(10)
Is there an other way to do this?
Thanks,
David
Each string is varaiable in length.
Can I do this in CVF?
The following statement gives an error.
character*(*) point(10)
Is there an other way to do this?
Thanks,
David
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Fortran doesn't have the feature you want, but there is an appendix to the standard containing a module called ISO_VARYING_STRINGS that provides this functionality. CVF supplies it under SAMPLESISOVAR.
Steve
Steve
