If I have divined your issue correctly, Marc56us is on target.
I suggest you review the documentation.
1) Section: General Libraries, Console, second paragraph. I quote:
If your program is intended to be a pure console application (i.e. not a GUI application which sometimes opens a console ...
Search found 5 matches
- Sat May 07, 2022 7:09 pm
- Forum: Coding Questions
- Topic: Displaying help like with "/?"
- Replies: 9
- Views: 1136
- Wed Dec 01, 2021 6:19 pm
- Forum: Coding Questions
- Topic: Compare text files (or sources)
- Replies: 15
- Views: 3486
Re: Compare text files (or sources)
There's a rather nice compare (and more) software product out there called 'Beyond Compare'. It's not free, but it's pretty strong.
- Wed Sep 16, 2020 4:28 am
- Forum: General Discussion
- Topic: Which BASICs have been you using in your life?
- Replies: 61
- Views: 29161
Re: Which BASICs have been you using in your life?
PureBasic
VBA/VBS
GW-Basic/QBasic
Applesoft/Integer Basic
Dartmouth Basic
Backwards... let's me segue to Dartmouth Basic on the Dartmouth Time Sharing System.
In my senility I can still see bits of it. The Teletype 33 ASR terminal, with a big ol' roll of lousy paper, foam cups for the telephone ...
VBA/VBS
GW-Basic/QBasic
Applesoft/Integer Basic
Dartmouth Basic
Backwards... let's me segue to Dartmouth Basic on the Dartmouth Time Sharing System.
In my senility I can still see bits of it. The Teletype 33 ASR terminal, with a big ol' roll of lousy paper, foam cups for the telephone ...
- Wed Mar 11, 2015 9:08 pm
- Forum: Coding Questions
- Topic: Recording Default Audio Output
- Replies: 9
- Views: 3451
Re: Recording Default Audio Output
...further and fwiw
The application, Audacity, can do this and is open source and cross platform.
I just confirmed that it works at level 2.0.6 on my Win7 64 system.
The application, Audacity, can do this and is open source and cross platform.
I just confirmed that it works at level 2.0.6 on my Win7 64 system.
- Mon Jun 23, 2014 2:23 pm
- Forum: Coding Questions
- Topic: Compare and Find
- Replies: 3
- Views: 1288
Re: Compare and Find
Have you looked into "Key Word In Context" (aka: KWIC) indexing?
If that's of interest, I'd point you to the Wikipedia article. I seem to recall some OpenSource/Free (think GNU and others) utilities to produce permuted indexes and concordances. There's also an example in the awk book (isbn: 978 ...
If that's of interest, I'd point you to the Wikipedia article. I seem to recall some OpenSource/Free (think GNU and others) utilities to produce permuted indexes and concordances. There's also an example in the awk book (isbn: 978 ...