- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a program writen in fortran using Salford software, I need to save data into ASCII instead of BINARY, as I need to build a GUI using CVF, the formateis as:
CALL OpenFile (WritF, theFile, Statos)
WRITE (WritF) ValidDataId
WRITE (WritF) &Title, SubTitle, SysFreq, sysMVA, &
InputPrintDef, OutputPrintDef, AppendPrintDef, &
the above statment will save the data as BINARY Could you please show me how to save data as ASCII. (I am aware of WRITEFA@)
I would appreciate your help as, I am dealing with a big fortran file, which i need to develop a GUI for it.
Thank you in advice.
Husain
University of Canterbury
New Zealand
hbe12@student.canterbury.ac.nz
CALL OpenFile (WritF, theFile, Statos)
WRITE (WritF) ValidDataId
WRITE (WritF) &Title, SubTitle, SysFreq, sysMVA, &
InputPrintDef, OutputPrintDef, AppendPrintDef, &
the above statment will save the data as BINARY Could you please show me how to save data as ASCII. (I am aware of WRITEFA@)
I would appreciate your help as, I am dealing with a big fortran file, which i need to develop a GUI for it.
Thank you in advice.
Husain
University of Canterbury
New Zealand
hbe12@student.canterbury.ac.nz
Link Copied
0 Replies

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