12-10-2022, 09:08 PM
If I want to print only a few lines of the code, I just do a copy-paste from IDE to Word. If I want to include an entire program in a document, just copy the .bas file to whatever folder you are working in, even maybe a temp folder, and then change the filename extension from .bas to .txt. Print using Notepad, WordPad, Word, whatever.
If the .bas file includes characters from the extended IBM character set, Word will ask you how to import that .txt file. They will show up correctly. Actually, I've been doing this since back in MS QuickBasic days.
If the .bas file includes characters from the extended IBM character set, Word will ask you how to import that .txt file. They will show up correctly. Actually, I've been doing this since back in MS QuickBasic days.