hello
I am taking a class in BASIC programming through my local
university extension center. I am trying to write a program that
makes a keyboard act like a cash register.
We are working on data statements. I have two questions.
1. What is the syntax for setting a data terminator for NULL in
QBASIC?
I tried choices = "", but that didn't work. I got a TYPE MISMATCH
message.
2. If I want to add different choices together like choices="a" and
Choices ="b" howd is that done?
thanks
MEH