- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
Will next version further expand features to the extend of providing allocatable character string lengths?
ie. (below may be incorrect supposed F2K syntax)
character(:),allocatable :: s(:)
then in same program unit or from called routine with s passed as an argument, s can be allocated:
allocate ( character(10) :: s(100) )
Will next version further expand features to the extend of providing allocatable character string lengths?
ie. (below may be incorrect supposed F2K syntax)
character(:),allocatable :: s(:)
then in same program unit or from called routine with s passed as an argument, s can be allocated:
allocate ( character(10) :: s(100) )
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not in this year's release. Given the still fluid nature of F2K, we're just looking at the various TRs for now (the one for allocatable components is already implemented in CVF, as you probably know.)
Perhaps by the next version, the F2K draft will have settled down enough to consider selected new features. We've been burned before by implementing features from a draft standard that then got changed in the final version, so we're very cautious about doing it again.
Steve
Perhaps by the next version, the F2K draft will have settled down enough to consider selected new features. We've been burned before by implementing features from a draft standard that then got changed in the final version, so we're very cautious about doing it again.
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