Search found 3 matches
- Mon Mar 01, 2021 4:02 pm
- Forum: General Board
- Topic: Console application
- Replies: 4
- Views: 8949
Re: Console application
To me it is displayed like this, line by line and letter by letter I ran this: start = time$("ms") for i = 1 to 100 print "The quick brown fox jumps over the lazy dog" next finish = time$("ms") print finish-start wait Here is the output; 186 milliseconds for 4,500 char...
- Sun Feb 28, 2021 1:02 pm
- Forum: General Board
- Topic: Console application
- Replies: 4
- Views: 8949
Re: Console application
To me it is displayed like this, line by line and letter by letter
- Sun Feb 28, 2021 3:30 am
- Forum: General Board
- Topic: Console application
- Replies: 4
- Views: 8949
Console application
Hi, I have a question, when I convert a Just Basic code to an executable and I check the option " create console application ", when the program writes the texts it does it one by one, and there are parts of my program that are extensive, and it is somewhat tedious to wait for everything t...