- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[cpp]10 FORMAT(1000(L1))[/cpp]
I need to create a where I can change the 1000 for a Integer variable, which I can modify during the execution. How can I do this?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - brunocalado
[cpp]10 FORMAT(1000(L1))[/cpp]
I need to create a where I can change the 1000 for a Integer variable, which I can modify during the execution. How can I do this?
1) Under standard Fortran 77, you can use internal write to create a format string which does what you want.
2) ifort supports the DEC vms Fortran "VFE" extension
3) Fortran 2008 addresses this topic
You are chronically short on efforts to look up answers to your questions so as to refine them to something which could be discussed usefully.

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