Tagged Questions

BASIC (Beginner’s All-purpose Symbolic Instruction Code) is a family of high-level programming languages designed to be easy to use.

learn more… | top users | synonyms

29
votes
12answers
16k views

What does DIM stand for in Visual Basic and BASIC?

What does DIM stand for in Visual Basic?
13
votes
16answers
697 views

Why BASIC had numbered lines? [closed]

Possible Duplicate: Why did we bother with line numbers at all? I'm curious about why early versions of the BASIC programming language had line numbering like in: 42 PRINT "Hello world!" ...
11
votes
14answers
1k views

Why did we bother with line numbers at all?

When you write something in BASIC, you are required to use line numbers. Like: 10 PRINT "HOME" 20 PRINT "SWEET" 30 GOTO 10 But i wonder: who came up with the idea to use line numbers at all? It is ...
7
votes
20answers
686 views

Should BASIC continue to be recommended for non-programmers and beginners?

I just came across a new BASIC implementation for Google Android application called Simple. You can read about it here: http://google-opensource.blogspot.com/2009/07/programming-made-simple.html ...
6
votes
4answers
1k views

What does REM stand for in BASIC?

Here's a blast from the past: what does "REM", the comment marker, stand for in BASIC? What's the origin of this non-obvious term?
6
votes
17answers
690 views

Should programmers start with basic

I was reading this question, and it really made me question using C# as a starting point for programming. I think this is why people should start with Basic, then move up to C, and then move on to ...
5
votes
1answer
109 views

Choose For Random Strings In Commodore 64 BASIC

I have this variable declarations on my program: X="MAGENTA" Y="CYAN" Z="TAN" A="KHAKI" Now what I want is to randomly choose one of these and PRINT it. But how to do this?
5
votes
7answers
256 views

I like to learn computer science and programming, but i have no understanding

I like to learn computer science and programming, but i don't know where and how to start. For the past two months, i have been researching on types of programming, i found my interest in desktop ...
5
votes
8answers
671 views

How to Convince Programming Team to Let Go of Old Ways?

This is more of a business-oriented programming question that I can't seem to figure out how to resolve. I work with a team of programmers who have been working with BASIC for over 20 years. I was ...
5
votes
9answers
976 views

With Lua and Python embeddable, is there a place for Basic?

I started off programming in Basic on the ZX81, then BASICA, GW-BASIC, and QBasic. I moved on to C (Ah, Turbo C 3.1, I hardly knew ye...) When I got started in microcontrollers I regressed with the ...
4
votes
4answers
975 views

What is a good BASIC compiler for Mac OSX?

What is a good BASIC compiler for Mac OSX?
4
votes
3answers
114 views

Help: ZX81 BASIC “Peek” function

I need a way to find if the character ('<') has hit a wall (Black pixel Graphic) -On a ZX81 game. I'm been looking at another game... which uses code if peek(peek 16398 +256*peek 16399) = code ...
4
votes
12answers
2k views

BASIC Programming

I'm looking for a IDE that allows me to compile/run/debug BASIC code. Also wondering if I can "upgrade" basic code to Visual Basic 6. Any help is appreciated!!
3
votes
1answer
143 views

Minimalistic approach for a Snake-style game

I received my TI-82 STATS programmable calculator (which is in fact more of a TI-83) about two days ago - and wanted to program a Snake game with the builtin TI-BASIC language. Although I had to find ...
3
votes
8answers
955 views

Are Fortran, Cobol, Basic and Forth high level programming languages?

Are Fortran, Cobol, Basic and Forth high level programming languages? And if not, what where the first high level programming languages? What where the first object-oriented languages?
3
votes
1answer
105 views

Is there a BASIC dialect which uses “==” as the comparison operator?

Anyone who grew up on BASIC, and later switched to another language, had a real difficulty getting used to "(a == b)" rather than "(a = b)" to test for equality. Is there a dialect of BASIC which ...
3
votes
7answers
282 views

Is anyone writing BASIC using a non-Microsoft implementation?

These days, generally when someone references BASIC they are asking about a Microsoft implementation - either VB.NET or VB6. Are there any dialects/versions of BASIC still actively used outside of the ...
3
votes
1answer
108 views

How do I get the values of the Basic Colors used in the ColorDialog?

I can get the custom colours used in the ColorDialog (vb.net) by using myColorDialog.CustomColors, which will return me an array of colours as integer values. Is it possible to get the 48 Basic ...
2
votes
1answer
59 views

Loop unrolling in BASIC

I have an embedded processor that is running a trimmed down version of BASIC (Parallax BASIC Stamp). In a loop, I am writing 1024 values via the SPI bus. In compiled languages, more speed can be ...
2
votes
2answers
171 views

Is there any freeware QBASIC compatible IDE for BASIC?

What freeware IDE is available other than Visual Basic? Is there any freeware QBASIC compatible IDE for BASIC?
2
votes
5answers
426 views

What is a good BASIC compiler for Windows XP?

What is a good BASIC compiler for Windows XP?
2
votes
1answer
61 views

Is there a way to access DHR on the Apple 2 from Applesoft Basic

When using Applesoft Basic on the Apple 2 with an 80 column card, is there a way to create DHR graphics using only POKE? I have found a number of solutions using third party extensions such as Beagle ...
2
votes
1answer
762 views

How do I get the Scripts folder in the application bundle?

I'm really new to AppleScript so this is a real basic question but I couldn't find the answer or an example in the AppleScript ref. guide. I'm making a simple script that I'll bundle as an .app ...
2
votes
2answers
78 views

Where can I find a quick reference for standard Basic?

The reason? Pure nostalgia. Anyway, there was a standard for Basic that was published in the late 80s or early 90s. It was probably ISO/IEC 10279:1991, but I don't have access to that and cannot be ...
2
votes
2answers
231 views

Recommendation To Learn FreeBASIC

I'm now going to have a home project that I need to learn FreeBASIC, and it syntax is like QuickBASIC as on the wiki: FreeBasic is a BASIC compiler with syntax compatible to QuickBasic, with ...
2
votes
9answers
671 views

Are there still BASIC compilers/interpreters that use line numbers?

When I learned to program, (30 years ago) I was using a ZX-81 which used line numbers to label every line of code. The Sinclair QL I had next did support this too but also allowed the use of ...
2
votes
7answers
335 views

Can anyone recall my favorite childhood programming book?

Way back in the late 80s I was learning to program on my Tandy 2000 which had two 5.25" disk drives. My grandmother bought be a programming book from Radio Shack. It was a great book about BASIC and I ...
2
votes
4answers
5k views

InstallShield 2009 basic MSI silent install: how to set “Repair” by default

Install shield premiere 2009: Basic MSI from command line typing setup.exe /s /v/qn installs silently. But if its installed once before it chooses "Modify" by default and doesn't go for replacing ...
2
votes
8answers
477 views

FAT-16 On Modern OS

I've got a project that was written in BASIC. I'm not sure of the exact reason, but the app will not function except when being run from a FAT-16 file system. I'd rather try to set up and ...
1
vote
1answer
26 views

Comma at the end of True Basic if statement

I've been working on translating a simulation written in True Basic to C, and eventually into CUDA. Considering I have never worked with True Basic, let alone basic, everything has been going smooth. ...
1
vote
1answer
27 views

TI Nspire BASIC - Extract coefficients from Equation

I intend to write a function in TI-BASIC on my CAS calculator that takes a mathematical expression (a quadratic specifically) as a parameter and 'completes the square'. To do this, I need to compute ...
1
vote
0answers
122 views

Looking for a TI-89 or TI-nSpire : 2D Matrix Convolution program [closed]

Is there any TI-89 or TI-nSpire calculator 2D Matrix (circular or not) Convolution program ? If it is not the case : how to implement it in TI-BASIC
1
vote
1answer
139 views

How to Reverse Engineer QuickBasic Application?

I have an application written in QuickBasic (a game). I own the rights to it, but didn't write the original code. I have the source code in front of me, but I'm banging my head a bit in trying to make ...
1
vote
1answer
55 views

BASIC language - novice

Can anyone suggest a good book or site for learning BASIC language? I would like to try my hands on Realbasic but all that I read about this software is about the user interfaces. Not much is ...
1
vote
6answers
196 views

Best OpenSource/free solution for compiling in basic for Windows

i need a tiny program like powerbasic for compiling basic applications that runs on the console of windows (tiny, so microsoft express edition is not an option). What do you recomend me?
1
vote
3answers
78 views

Variable substitution faster than in-line integer in Vic-20 basic?

The following two (functionally equivalent) programs are taken from an old issue of Compute's Gazette. The primary difference is that program 1 puts the target base memory locations (7680 and 38400) ...
1
vote
4answers
154 views

How do I fix this BASIC compilation error?

I have a problem compiling a program I made in BASIC. It's a DOS simulator that I was making in attempts to see if it is posssible to write an operating system entirly in BASIC. Every time I try to ...
1
vote
2answers
146 views

Open Files Created with BSAVE in QuickBasic?

I have some files that were created using BSAVE in QuickBasic. I'm wondering how I can load/view these files?
1
vote
1answer
85 views

Developing From PC To TI-83

I'm playing with TI-83+ BASIC development. But I want to know if I can write my code on the computer and compile it, then transfer the program to the emulator.
1
vote
0answers
376 views

Displaying Image On SmallBASIC

I want to display a image using SmallBASIC. For this I've started by searching on the references, then I found a reference for IMAGE, that is like this: IMAGE #handle, index, x, y [,sx,sy [,w,h]] ...
1
vote
5answers
140 views

Does EOL == EOS in any other language besides BASIC?

BASIC and its variants Visual Basic and VB.NET are the only programming languages I know of that treat the end of line character as a statement terminator (I'm excluding batch files and command ...
1
vote
1answer
323 views

Looking for a BASIC interpreter implemented in PHP

Does anyone know of a PHP program that will interpret BASIC code? I have seen a LOLCODE implementation that looks like it's a good place to start, but if anyone has already developed something like ...
1
vote
1answer
482 views

global array in real basic

any tips on creating a global array to use in a realBASIC project using 'add property'? Pictured below is my attempt. http://i17.photobucket.com/albums/b52/orubap/basic.jpg Using camModel(1) ...
1
vote
2answers
266 views

Very basic question about Javascript code execution

Do the code (e.g. functions) execute at the same time? or it follows the order in which it was written? (top to bottom)? I know that order doesn't matter in CSS and it matters in HTML, what about ...
1
vote
5answers
1k views

How to get browser information in JSP?

How to get Client IP and Browser information using JSP?.
0
votes
2answers
29 views

What is LGT in BASIC?

I'm trying to port a program written in Rocky Mountain BASIC to GWT, and I'm stumped by this statement: 1040 Cfs = 0.75/((LGT(Reyns)-2)^2) 1040 is the line number. Reyns is a Reynolds number; the ...
0
votes
4answers
126 views

C++ Windows Compiler for smallest executables

guys I want to start programing with C++. I have written some programs in vb6, vb.net and now I want to gain knowledge in C++, what I want is a compiler that can compile my code to the smallest ...
0
votes
0answers
22 views

Prevent TI BASIC expression expansion

I'm coding a function for my TI-Nspire CAS calculator. I have two parts of an expression: (x+2)^2 and +3 Joining these two parts results in the expression being undesirably expanded: x^2 + 4x ...
0
votes
1answer
21 views

Passing variables in Business Basic appears to not be working

The following code calls a program I made that automatically creates an input field with brackets on either side at a certain length. C$ is a standard variable we use in all our programs in the ...
0
votes
0answers
56 views

qbasic version of PHP serialize/unserialize

I can't find this anywhere. I have some old basic programs I am working on (thanks to qb64 that came out, now they work on winxp - win7) in order to serialize (like php) I need to know how this ...

1 2