- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page