QBasic and QB64 Discussion Board
[
QB Forum Archives (1999-2009)/
] [
QB FAQ
] [
QB Links and Downloads
] [
Subforums and Chat Room
] [
Search
]
QB64.Net Homepage
QB/QB64 Keywords
QB Graphics Forum
Homework Policy
Post New Topic
View All Messages
Message Title
Author and Date
I'm looking for a way to tidy up code
Docfxit
on Oct 5
Go to Options in the QB64 IDE
Clippy
on Oct 5
That's super. Very easy. :-)
Docfxit
on Oct 5
Untitled
Docfxit
on Oct 5
The title should be error 62 "Check for the end of file
Docfxit
on Oct 5
You cannot read an empty port. LOC will read 0 with no INPUT.
Clippy
on Oct 5
Re: You cannot read an empty port. LOC will read 0 with no INPUT.
Docfxit
on Oct 5
Re: You cannot read an empty port. LOC will read 0 with no INPUT.
Michael Calkins
on Oct 6
On an empty COM port, you are wasting your time reading it
Clippy
on Oct 6
Re: On an empty COM port, you are wasting your time reading it
Docfxit
on Oct 6
given your interest in COM ports
Michael Calkins
on Oct 6
Re: given your interest in COM ports
Docfxit
on Oct 7
*I don't think he checks his email very often.
Michael Calkins
on Oct 7
* He probably has been busy coaching. Haven't seen him in 2 weeks.
Clippy
on Oct 7
How to edit a post
Docfxit
on Oct 5
*It's all Network54, so if you're logged in "there", you're logged in "here".
TheBOB
on Oct 5
Re: How to edit a post
Docfxit
on Oct 5
If you are logged into Network 54 try editing NEW posts
Clippy
on Oct 5
Re: If you are logged into Network 54 try editing NEW posts
Docfxit
on Oct 5
It should say Edit Message at the bottom when you view it.
Clippy
on Oct 5
Pete - Please make me a member so I can edit posts
Docfxit
on Oct 5
QB64 is launching ntvdm.exe
Docfxit
on Oct 4
Post your code.
Michael Calkins
on Oct 4
Re: Post your code.
Docfxit
on Oct 4
Re: Post your code.
Michael Calkins
on Oct 5
Re: Post your code.
Docfxit
on Oct 5
Error 64 is "Bad file number". You can't use the same one unless closed.
Clippy
on Oct 5
Re: Error 64 is "Bad file number". You can't use the same one unless closed.
Docfxit
on Oct 5
* You can try to CLOSE filenumber% without error. It won't hurt anything.
Clippy
on Oct 5
Re: * You can try to CLOSE filenumber% without error. It won't hurt anything.
Docfxit
on Oct 5
Re: Error 64 is "Bad file number". You can't use the same one unless closed.
Michael Calkins
on Oct 6
cmd terminates on my computer
Michael Calkins
on Oct 6
Re: cmd terminates on my computer
Docfxit
on Oct 6
*yw. It wasn't a waste; I learned something about the QB64 SHELL statement.
Michael Calkins
on Oct 6
* What exactly did you learn Michael?
Clippy
on Oct 6
Re: * What exactly did you learn Michael?
Michael Calkins
on Oct 6
* OK, I thought that I missed something perhaps.
Clippy
on Oct 6
Alzheimer
Lisztfr
on Oct 4
How to test com port is open in qb64
Docfxit
on Oct 2
You need something on it like a loopback plug
Clippy
on Oct 2
How to test com port is open in qb64
Docfxit
on Oct 2
You can't test it with nothing on it
Clippy
on Oct 2
Re: How to test com port is open in qb64
Michael Calkins
on Oct 3
What does that tell you?
Clippy
on Oct 3
Re: What does that tell you?
Michael Calkins
on Oct 3
Well I got nothing in QB64 until I changed it to COM2
Clippy
on Oct 3
Re: How to test com port is open in qb64
Docfxit
on Oct 4
Try this:
Clippy
on Oct 4
Thanks for the code
Docfxit
on Oct 4
Is the error coming up as 68 with QB64?
Clippy
on Oct 4
Re: Is the error coming up as 68 with QB64?
Docfxit
on Oct 4
do...loop help needed
ramen
on Oct 2
EXIT DO
Lisztfr
on Oct 2
Loop Until
Solitaire
on Oct 2
to build on what Lisztfr and Solitaire have posted...
Michael Calkins
on Oct 2
ok thanks...
ramen
on Oct 3
Impossible
Solitaire
on Oct 3
Gosh... ! (XP)
Lisztfr
on Oct 2
Every thing okay under dosbox..
Lisztfr
on Oct 2
*Ok, all related to the video drivers :( videoprt
Lisztfr
on Oct 2
Is your XP 32 bit?
Clippy
on Oct 2
Yes
Lisztfr
on Oct 2
Com port error 64
Docfxit
on Sep 30
* Where's the number? READ the error message! It TELLS you!
Clippy
on Sep 30
Where's the number
Docfxit
on Oct 1
* From the code you supplied there is no FILE number assigned.
Clippy
on Oct 1
Re: * From the code you supplied there is no FILE number assigned.
Docfxit
on Oct 1
wsFileNum can't be 0
Michael Calkins
on Oct 1
wsFileNum now equals 1
Docfxit
on Oct 1
* You MUST have something on the port for it to work.
Clippy
on Oct 1
Re: wsFileNum now equals 1
Michael Calkins
on Oct 1
Re: wsFileNum now equals 1
Docfxit
on Oct 2
File names with odd characters
lawgin
on Sep 30
Try CHR$(174)
Clippy
on Sep 30
NG
lawgin
on Sep 30
* QB64 can do Unicode with Windows API library. Ask Michael
Clippy
on Sep 30
CHR$(174) works in QB64.
Michael Calkins
on Oct 1
QBASIC 1.1 using Windows PowerShell
Michael Calkins
on Oct 1
How do you get ® in the qb64 editor?
lawgin
on Oct 1
it shows up as « in the qb64 editor, but it works anyway. (edited.)
Michael Calkins
on Oct 1
*Got it!--thanks
lawgin
on Oct 1
* :-)
Michael Calkins
on Oct 1
That seems strange
Clippy
on Oct 1
*Windows Western is 1252.
Michael Calkins
on Oct 1
Definitions File [NUL.DEF]
Docfxit
on Sep 30
Try this demo:
Clippy
on Sep 30
Definitions File [NUL.DEF]
Docfxit
on Sep 30
Get a better download here:
Clippy
on Sep 30
QB64 vs. QB71
Docfxit
on Sep 30
It appears QB71 is a later version
Docfxit
on Sep 30
The naming/numbering would suggest that, but it isn't
Michael Calkins
on Sep 30
QB64 is 32 bit in Windows because it can still run 32 bit
Clippy
on Sep 30
Great explanation
Docfxit
on Sep 30
QB64 doesn't need a certain size file or memory
Clippy
on Sep 30
Re: Great explanation
Michael Calkins
on Oct 1
Error handler routine
Docfxit
on Sep 30
Maybe this sample can help:
Solitaire
on Sep 30
Thank you
Docfxit
on Sep 30
ERL example
Michael Calkins
on Sep 30
Compile time error
Docfxit
on Sep 30
* Command line compiles will need those two options /E /X
Clippy
on Sep 30
Thank you
Docfxit
on Sep 30
Need help with "Command Processor" Program
pmarathe
on Sep 27
Re: Need help with "Command Processor" Program
Michael Calkins
on Sep 27
Re: Need help with "Command Processor" Program
pmarathe
on Sep 28
an example
Michael Calkins
on Sep 29
Re: an example
pmarathe
on Oct 1
i'm not too surprised....
Michael Calkins
on Oct 1
Re: i'm not too surprised....
pmarathe
on Oct 2
Help me!
Jon
on Sep 25
Re: Help me!
pmarathe
on Sep 25
Use structured blocks
Solitaire
on Sep 25
Thanks
Jon
on Sep 25
Homework?
Solitaire
on Sep 25
No
Jon
on Sep 26
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<< Prev
Next >>