Page 1 of 1

Getting started in BASIC

Posted: Wed 29 Jul 2009, 21:58
by darrelljon
I'm looking for advice in learning the first steps in programming in BASIC. I've copied and pasted stuff into Excel VBA and would like to take it further for work (and some pleasure), the Excel VBA for Dummies book I have is quite formidable though. Grasping functions, formulas, expressions etc. I'm using Linux mainly so platform agnostic introductions (books) are to be preferred, I quite like OpenOffice.org BASIC Macro Editor and have OOo Spreadsheet Programming book by Mark Alexander Bain. I vaguely remember playing around with QBasic in school in the 1990s but thats about it. Perhaps A-Level (UK) computing course material and books? Any help is appreciated.

Posted: Fri 31 Jul 2009, 10:36
by darrelljon
Found this site about QBasic with beginners tutorials. Just need to bridge the gap to Visual Basic.

QBasic to VBasic

Posted: Sat 01 Aug 2009, 06:30
by Hugh
Have you looked at This Book yet?

Posted: Sun 18 Oct 2009, 02:21
by Aitch

Posted: Sun 18 Oct 2009, 06:16
by Lobster
Here is my tutorial / intro on xbasic
http://tmxxine.com/xb/
I was using XBasic many years ago with Knoppix/Debian
Frankly my Linux experience was so limited I found Xbasic the only one I could get going . . .

With Linux, XBasic requires a 6MB plug in for GUI programs (LOL - Puppy Developers all faint)
It is VERY fast but for Puppians, Freebasic might be an option
(sadly Freebasic was removed from devx as far as I know)

This info is out of date . . . m m m . . .
http://puppylinux.org/wikka/ProgrammingLanguages

Be interested what others suggest :)

Posted: Sun 18 Oct 2009, 06:59
by disciple
Gtkbasic used to be one of the main contenders for making guis like Pfind and Pburn...

Posted: Mon 19 Oct 2009, 13:02
by Lobster
In the Puppy package manager of 4.3.1 just noticed PuppyBasic
this is based on wxbasic - MU used this a lot - so should be sample code availalble :)

Posted: Mon 19 Oct 2009, 20:13
by disciple
http://wxbasic.sourceforge.net/phpBB2/v ... php?p=5250
Might be some useful links here... better not learn BASIC if you want to write something to be included in Puppy though.