Author |
Topic: Learning BBC4W (Read 855 times) |
|
dmspar
New Member
member is offline


Posts: 1
|
 |
Learning BBC4W
« Thread started on: Dec 28th, 2009, 1:36pm » |
|
Hello all, and hope you had a great christmas.
I've just downloaded the demo of this great looking program, and have been happily messing around with it today.
Now, I have all the excellent magazines called 'INPUT' by Marshall Cavendish, it was a series of magazines released in the 80's that taught you how to program on various computer platforms. I used this whilst programming on my Spectrum and Acorn all those years ago, and when I saw BBC4W I thought great, I'll dig out the magazines and see what I can learn.
Is this a good way to get to grips with BBC4W? I'm happy to see that line numbers are able to be used, and I have been able to easily convert some programs that don't need line numbers.
What do you all think?
|
|
Logged
|
|
|
|
admin
Administrator
member is offline


Posts: 1145
|
 |
Re: Learning BBC4W
« Reply #1 on: Dec 28th, 2009, 3:01pm » |
|
Quote:Is this a good way to get to grips with BBC4W? |
|
If you're comfortable with it, then it's a good way. Obviously it won't teach you about the more modern features, and may lead you to do things in a less straightforward and elegant way than is now possible, but you can unlearn bad habits later!
I would suggest you consider working through the Beginners' Tutorial, because that will give you more of an insight into 'modern' BBC BASIC (e.g. no line numbers):
http://www.bbcbasic.co.uk/bbcwin/tutorial/index.html
(or accessible from the BB4W Help menu).
Richard.
|
|
Logged
|
|
|
|
Dyna
New Member
member is offline


Posts: 3
|
 |
Re: Learning BBC4W
« Reply #2 on: Apr 24th, 2010, 09:57am » |
|
I would like a printable version of the manual. Anyone know where I can download one?
|
|
Logged
|
|
|
|
Kendall K Down
Guest
|
 |
Re: Learning BBC4W
« Reply #4 on: Feb 14th, 2011, 11:21am » |
|
And get used to writing without line numbers. There are only two situations when you might need them: the first is for a GOSUB or GOTO and you really shouldn't use those commands (I'm sure it won't be hard to find explanations why not!)
The second is for debugging, when it can be helpful to have your program report ERR " in line " ERL. Note however that if you can view the source code while your program is running, the statement that contains the error is highlighted.
Other than these two situations, writing without line numbers is much easier (particularly as BBC4W doesn't automatically renumber when you insert a line!)
|
|
Logged
|
|
|
|
|