Search found 5 matches

by ColdPerson
Tue 25 Aug, 2009 6:08 pm
Forum: BBC BASIC
Topic: Interested
Replies: 12
Views: 21178

Re: Interested

a) Would there be a way to build an app containing a single standalone program and the necessary BBCB commands instead of having to run a program FROM the BBCB app? b) How many characters (in the small font) fit on the TI-83+'s screen on both axis? c) Is there an ASCII character map for the possible...
by ColdPerson
Mon 24 Aug, 2009 9:12 pm
Forum: BBC BASIC
Topic: Interested
Replies: 12
Views: 21178

Re: Interested

Alright, looks super ugly now but it works, thanks for the clarification.
Was an old version of BBCB ported due to compatibility issues?
Also, printing GET displays the number near the center, why is that, and can it be 'fixed' to be printed on the left?
by ColdPerson
Mon 24 Aug, 2009 6:18 pm
Forum: BBC BASIC
Topic: Interested
Replies: 12
Views: 21178

Re: Interested

Alright, I have a basic idea of how BBCB works. I made some program to view the value returned by GET, then ask the user if he/she wants to do it again (to save time). 80 INPUT "Try again? " : key% = GET : PRINT 90 CASE key% OF 100 WHEN 121,89 110 GOTO 10 120 WHEN 110,78 130 CLS 140 END 15...
by ColdPerson
Mon 24 Aug, 2009 1:32 am
Forum: BBC BASIC
Topic: Interested
Replies: 12
Views: 21178

Re: Interested

The point is that I don't want to waste my time reading loads of documentation because of a few minor differences between BBC and QBasic. I don't have the attention span for this. If I need to do that, I'll do it, but I'm trying to facilitate the process.
by ColdPerson
Mon 24 Aug, 2009 1:11 am
Forum: BBC BASIC
Topic: Interested
Replies: 12
Views: 21178

Interested

I want to try out a few things in BBC BASIC, but it's so similar to other variations of BASIC I don't feel like going through loads of documentation and beginner tutorials because of a few slight differences. Is there some BBC BASIC syntax checker somewhere so I can just go with trial and error? Als...