Hi all, I am brand spanking new to programming so forgive me if this is the most stupid thing ever heard...
In the beginner's guide book, the first tutorial "hello world" doesn't work!
(I have DBprofessional). When you hit return after entering a number, the program ends and you return to the interface.
I made it work by sticking in a wait key right at the end (see source code)
PRINT "type in a number..."
INPUT a
FOR x = 1 TO a
PRINT "Hello again!"
NEXT x
WAIT KEY
Without the wait key I was struggling for 20 mins to work out why I couldn't get it working... ***is this missing from the tutorial?***
This doesn't bode well for newcomers to programming... hello world fails... or I'm a missing something? (Like a brain - it has been said)! x-d