|
-
Jan 25th, 2000, 12:56 PM
#1
Thread Starter
Member
Why does the Print # statement in Output mode add an extra carriage return at the end? Is there a better way to write to text files? I'm not using a rich text box so I can't use the savefile method. Thanks in advance.
-
Jan 25th, 2000, 06:10 PM
#2
Frenzied Member
putting a ; will supress the new line.
Code:
Print #1, "Hello ";
Print #1, "World"
you could Put() the text to a file
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company
-
Jan 26th, 2000, 05:28 AM
#3
Thread Starter
Member
Thanks a lot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|