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

0
votes
1answer
13 views

Simultaneous recursion and iteration

I have a function f(data) which takes a matrix as input and outputs two matrices say n1 and n2. When they are combined it gives the original matrix. I have to iterate this say m times such that at ...
0
votes
2answers
43 views

Convert powers of 2 into linear sequence without Logarithms

A while back I was on a team developing a mobile app for a competition using a variation of BASIC. The buttons on the device were hard-coded to store their collective input into a single variable, ...
0
votes
1answer
18 views

Syntax error, missing symbol in Basic

Hi every time I try to run the following program: L=-1 WHILE L OPEN "tty.usbserial-FTG7QLFS:300,N,8,1,CS0,DS" AS#1 J=63 MENU: PRINT PRINT PRINT PRINT ...
0
votes
0answers
22 views

Mbasic Input value

Using MBasic on an old CP/M trying to get a simple input which seems to not be working 10 INPUT "Your Name:", NAME$ 20 PRINT "Hello, " + NAME$ + "," I am just working threw this, never used it ...
0
votes
2answers
76 views

I want to learn programming as a hobby - where do I start? [closed]

I LOVE creating spreadsheets in Excel and I think I'm pretty good at it. I enjoy coming up with ways to make the spreadsheet do what I want it to do, and then a friend suggested that I learn to code, ...
-2
votes
1answer
37 views

A new QBASIC IDE, (21st century one) [closed]

I am looking for a BASIC IDE or any Editor or any BASIC dialect which has cleaner interface, easy-to-use, and most important which supports QBASIC programs and has same or almost similar syntax as of ...
2
votes
2answers
37 views

grep regex to ignore comment at end of line

I'm trying to grep through a lot of old PowerBASIC source files in search of a variable, but I'm having trouble getting grep to avoid matching references to the variable in the end-of-line comments. ...
0
votes
0answers
25 views

VisualBasic 2010 Control Programs using remote desktop

So I have multiple servers where I run my games. Sometimes I need to open programs but I don't have much time to open all my servers with Remote Desktop and then open the programs I want.. So I would ...
0
votes
0answers
8 views

TrueBasic Error: Library LEVEL1.TRU: no such file

I programmed a game in truebasic and the main program has to call an external library named "LEVEL1.TRU". The main program and LEVEL1.TRU are in the same folder, but for some reason I get the ...
1
vote
2answers
39 views

circular byte shifting in an array

I'm coding an LED display ( 7x48 ) and the language im working in is Basic (no former experience in that language, but in C/C++) and i have a small issue. I have an array ( red[20] of byte ) and an ...
0
votes
1answer
36 views

BASIC: What does an exclamation mark at the end of a function name mean?

DECLARE FUNCTION AanUit! (Baan AS INTEGER, Aktie AS INTEGER) DECLARE FUNCTION fVraagStatus! (Baan AS INTEGER) DECLARE FUNCTION fMelding! (Tekst AS STRING, Warning AS INTEGER) FUNCTION fVraagStatus ...
3
votes
1answer
46 views

BBC Basic: Cannot plot rectangle on screen

I recently got my hands on a BBC Micro (model B), and been playing around with it as a hobby project. I'm having some trouble with the graphics commands, and was wondering if anyone could point me in ...
0
votes
1answer
26 views

Is there a BASIC command to count the number of characters in a string?

I couldn't find any. Is there one? Google didn't help me, because it's case insensitive and thinks I am looking for "basic" commands.
-1
votes
2answers
65 views

Sprite Health in Pygame [closed]

I'm making a very basic game, and I'm trying to make it so that the bird(player) dodges the rocks and if the bird is hit by the rocks it dies. But I can't figure out how to make the game know if the ...
0
votes
1answer
129 views

Simple Moving Average summation/offset issue

I wrote a simple moving average with a moving window of Temperatures read as a voltage between 0 and 10V. The algorithm appears to work correctly, however, it has a problem where depending upon ...
0
votes
2answers
53 views

Why seems my object to become NULL from one line to the next? - Could it be a hardware thing?

First thing to say: I program in a relatively unknown language: Blitzmax, which is a object oriented Basic dialect. My problem is the following: I wrote a debugmanager which runs in an own thread. So ...
0
votes
1answer
81 views

Python 3 - BASIC Simulator

I'm currently working on a BASIC simulator in Python, as the title suggests. This program should either print "success" or "infinite loop", depending on which one is true. Here is my code: def ...
0
votes
1answer
109 views

SPSS Script from version 15 to version 20 in BASIC

The below script is written in 'Winwrap basic' which is almost identical to VBA. I would like this script to work on SPSS 20, the script works fine on SPSS15 (by changing the file extension from STT ...
1
vote
3answers
85 views

Coding help (KeyBasic)

I have this file http://pastebin.com/pH4Pk0sf without extension, and it may be COBOL, because the computer it's hosted uses BASIC, COBOL and something called "KEY BASIC"... I don't understand this ...
-7
votes
2answers
76 views

Programming code with BASIC [closed]

I have to program in BASIC a code to do this: From a collection of 10,000 cannonballs, a square based pyramid is built with a single cannonball on top and a square number on each layer. How many ...
-2
votes
1answer
32 views

How can i turn BASIC algorithm into javascript? [closed]

Do you remember the days when BASIC-S was still used? I was wondering how can I translate this 10 LET a=0 20 LET b=10 30 PRINT a+b 40 LET a=b 50 GOTO 20 into javascript, jquery or something that I ...
-6
votes
1answer
80 views

Calculate A = 1/2 * 1/(b-k) [closed]

I am trying to create a program that calculates A = 1/2 * 1/(b-k) in BASIC and in Python. I enter b and k and it should give me A. The problem is that A is answered incorrectly if I give values that ...
0
votes
1answer
72 views

Understanding of BASIC code

I need to read some basic code. I never worked with BASIC and ask you help me. There is such code filedialog "Open","*.txt",file$ if file$="" then end open file$ for input as #f 'open ...
10
votes
2answers
1k views

Unknown GW-BASIC function/syntax: Q(var) = var

I'm translating an excessively old GW-BASIC program into JavaScript, and I've come across a piece of syntax that has me stumped. Note (again): totally not my code, and the variable names are all ...
0
votes
1answer
52 views

GWBASIC File I need to understand the equations behind this code but I cannot interpret it, I can run it

Can someone tell me how to open up this old GWBASIC file. I can run it but what I to know the equations and code behind it. "RANGE ADJUSTMENT PROGRAM"·(‘:‘:‘Ý2… "ENTER RANGE QTY ________ ",QTA! ...
0
votes
0answers
110 views

I want to run my motors connected to PIC16F628A ..? I need PIC BASIC code?

Please, I need help urgently.. I have a PIC16F628A, and I have 2 motors coonnected to pins of that PIC. Pins RB0 and RB1 are connected to right motor. Pins RB2 and RB3 are connected to left motor. ...
0
votes
2answers
73 views

Classifying the BASIC language [closed]

How would you classify BASIC (i.e., Beginner's All-purpose Symbolic Instruction Code)? It is described as a collection of high-level languages, but is that relative to C (which I realize came 8 years ...
0
votes
1answer
165 views

What does the assembly instruction trap do?

"RTFM" A program typically issues a software trap when the program requires servicing by the operating system. The general exception handler for the operating system determines the reason ...
0
votes
0answers
32 views

tool check BASIC syntax

I have source code in proprietary BASIC dialect. Main restructure are available: IF/THEN/ELSE/ENDIF, WHILE/WEND, FOR/NEXT, Internal compiler messages are not very verbose. For example: Error -- ...
0
votes
1answer
121 views

QuickBasic: Better alternative to INKEY$

I have code that looks like this: IF INKEY$ <> "" THEN CALL notitle PLAY "MST170o1e8o0b8o1e8" IF INKEY$ <> "" THEN CALL notitle PLAY "e8e4f#8g4f#8" ...
0
votes
1answer
183 views

Any suggestions about how to implement a BASIC language parser/interpreter?

I've been trying to implement a BASIC language interpreter (in C/C++) but I haven't found any book or (thorough) article which explains the process of parsing the language constructs. Some commands ...
1
vote
2answers
81 views

Rewriting Basic Code without Label

I have some code that uses label, an example of it is below: SUB occupy (x) occupied(x) = 0 FOR i = 1 TO 40 IF armyloc(i) = x THEN occupied(x) = i GOTO holdup ELSE END IF NEXT i holdup: END ...
0
votes
0answers
77 views

Separating decimal value to least & most significant byte

I'm working on some 65802 code (don't ask :P) and I need to separate a 16-bit value into two 8-bit bytes to store it in memory. How would I go about this? EDIT: Also, how would I take two similar ...
1
vote
2answers
303 views

What are the difference between a BASIC GOTO and GOSUB statement

What are the difference between a GOTO and a GOSUB statements in BASIC programming language?
-2
votes
2answers
68 views

Is anyone aware of a VIM colorscheme for BASIC (language)

B.A.S.I.C. I encountered a few thousand lines of code from the 80's I need to edit, and would like to save a couple hours it may take me to roll my own VIM syntax defs file.
0
votes
0answers
69 views

QB64 Output issue

How do I scroll up and see previous displayed lines in the output? I'm using QB64, and had to run a program 1000 times, but I cannot see the starting lines. Actually, I can't see the first 800 lines ...
0
votes
2answers
188 views

Regular expression to match a comma not inside a string literal

In BASIC print statements can look like this: 100 PRINT "Copyright, Adrian McMenamin","maybe" Which should put a tab space between the first statement and the second. I am working on a ...
-9
votes
1answer
218 views

How does one make an operating system in Basic? [closed]

To make any operating system you need crucial bits written in Assembly. My question is, how do you then start making the rest of the OS, once you've got all the fundamental bits down, with Basic or C? ...
0
votes
1answer
528 views

Writing BASIC interpreter in java - loops and ifs

This paper: http://www.codeproject.com/Articles/345888/How-to-write-a-simple-interpreter-in-JavaScript helped me greatly in terms of engineering parsing and write instructions, however it does not ...
0
votes
1answer
58 views

How do to block comments in Liberty Basic?

Each day has its own data, and I need to run some science stuff without using the recent data....basically I need to block comment it out. How is that done?
0
votes
1answer
372 views

WWBasic + SPSS, script to rename value labels

before I start I want to point out that I tagged this question as VBA because I can't actually make a new tag for Winwrap and I've been told that Winwrap is pretty much the same as VBA. I'm working ...
8
votes
3answers
117 views

What typing system does BASIC use?

I've noticed that nowhere I can find can give me a definitive answer to the question above. I first wondered about this when I noticed that you never had to state the type of variable in QBasic when ...
1
vote
1answer
97 views

Getting my head round Java graphics

I am trying to do some very simple and crude graphics stuff with Java (deliberately crude and simple as it emulates a computing environment from 1980/1981). The Java (Groovy in fact) code runs some ...
0
votes
2answers
75 views

Issue with Scanner class

I am using Groovy to build a DSL that will handle BASIC scripts. I have a line like this: 100 INPUT V Which is picked up by a regex which injects some code into the script being executed: def ...
1
vote
4answers
1k views

Easy language to write apps for Android? [closed]

According to this question, it seems like the only way to write apps for Android is Java. Is there really no easier languages, ideally something closer to BASIC or Python? What about Basic4PPC?
0
votes
1answer
281 views

TI-84 Multiple Menu Program

So when you make a menu using the Menu() function, It goes: Title Option 1 Option 2 Option 3 Etc... But almost every menu already on the calculator has multiple titles that you can choose from, then ...
1
vote
1answer
112 views

Why does my BASIC project get an “unexpected <” error?

' Gambas class file ' Math Drill by William Teder. Feel free to use parts of the code, but please give me credit. ' Declare Variables ' Define number of times user has pressed the Give Up button ...
0
votes
1answer
241 views

GAMBAS - Exit Sub in IF statement

I have a checkbox that is supposed to trigger whether or not a button is visible. Below is the code: PUBLIC SUB chkGiveUp_Click() ' Check to see if the Give Up button's visible property is set to ...
0
votes
2answers
136 views

Getting error 31 in BBx (Business Basic)

I am currently trying to transfer a few thousand records out of a MULTIKEYED file to a flat STRING file, that is building a large SQL INSERT statement to take the data off of our servers FILE bases ...
0
votes
1answer
309 views

computing the shortest distance of a maze with the boe-bot in Pbasic

I'm working on a project with a robot called the boe-bot. My goal is to traverse through a maze twice. On the first run, my boe-bot transverses through the maze storing the paths taken in memory. ...

1 2 3