Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

write witout an enter

Status
Not open for further replies.

maurits

Technical User
Jul 17, 2001
1
0
0
NL
I want to write a list of doubles into a file; comma seperated. (a,b,c,d <enter>) How can I give a write statement without an enter.

Maurits
 
If you mean : there should be no Carriage Return
following the 4 variables in the file, then the
file should be opened as a binary file, e.g.
OPEN(7, FILE='TESTFILE',FORM='BINARY')
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top