Skip to main content

Questions tagged [basic]

For questions about the BASIC (Beginner’s All-purpose Symbolic Instruction Code) programming language. DO NOT USE TO INDICATE YOUR QUESTION IS SIMPLE!

0 votes
1 answer
164 views

a%&8b is valid variable name or not in BASIC

a%&8b is valid variable name basic Suggest me if it is valid in VB6 Help me. It is my exams
MANISH KUMAR MAHANTA's user avatar
0 votes
0 answers
43 views

Why does it show an error while declaring a variable in BASIC?

I am using the BASIC programming language and while declaring variable; dim basic as string it shows the error that unexpected token called DIM. wonder why?
Coop Good's user avatar
0 votes
1 answer
45 views

Visual Basic: Deserializing a Json containing an array fails

I tried to deserialize the following Json: { "Compensations": [ {"Name": "Compensation_01"}, {"Name": "Compensation_02"} ] } paste special => paste ...
Martin Seck's user avatar
3 votes
1 answer
151 views

ZX81 BASIC to Pygame Conversion of "Dropout" Game

I based the code below on this article: http://kevman3d.blogspot.com/2015/07/basic-games-in-python-1982-would-be.html and on the ZX BASIC in this image: 10 LET P=0 20 LET T=P 30 FOR Z=1 T0 10 35 ...
Robin Andrews's user avatar
0 votes
1 answer
63 views

basic string concatenation syntax confirmation

I'm new to basic. Does the following line mean the string ":PULS:WIDT1 " concatenates with a string variable named Te? ":PULS:WIDT1 "&VAL$(Te);
Qiang Gu's user avatar
0 votes
1 answer
75 views

Number required for function error in qb64

I am writing a qb64 / QBasic software program to convert a numerical grade 0-100 to a letter grade (a,b,c,d,f). I have set it up so that strings/arrays are used to allow infinite grades to be entered. ...
Ian L's user avatar
  • 1
1 vote
0 answers
22 views

Handling Page Overflow in Just Basic Language

How do you handle page overflow in JustBasic for page heading controls. Is there an indicator set when it reaches bottom of a page?
Anthony Castronovo's user avatar
1 vote
1 answer
151 views

Loading Images on HTML Asynchronously using MVC

I need to implement a Web Page with a Profile Picture of the user. Because the loading of the picture from the database takes about 2 seconds to complete, I need to put a GIF with Circle Animation ...
Jkyle Landicho's user avatar
0 votes
1 answer
45 views

Reading current score on batari basic

I need to read score current value for avoid negative number on decrementing. However the following code not working, any idea for solve this ? __Sub_Score_30 if score > 30 then score = score - 30 ...
Eduardo Fabricio's user avatar
1 vote
1 answer
76 views

Getting a random array position in batari basic (atari 2600)

I need to random a new specific position for the player each N cycles of game loop. So my idea was use a ROM array (data) and a rand function using (&) operator for fast processing following the ...
Eduardo Fabricio's user avatar
1 vote
1 answer
515 views

Inserting and removing text into a textbox on a SHEET in Libreoffice calc BASIC

As I can't solve my problem I'd like to ask someone more experienced.I created simple dialog (4 fields) to let the user enter few data. After clicking "Submit" button those data should be ...
Marcin's user avatar
  • 11
0 votes
1 answer
44 views

Fill textbox with selected items in filemanager

I would like to write a program in VBA. I would like a window to pop up when the program starts, where I can bring up the file manager with a button and the elements what are (multiple)selected here, ...
balage_182's user avatar
0 votes
1 answer
252 views

VB.NET extract data from API

I am a beginner in VB.NET and i am trying to extract data from an API and add it to a listview column but i don't know how to extract the data. [This is the API][1] [1]: https://tmnf.exchange/api/...
Robi SE.'s user avatar
3 votes
1 answer
111 views

TI-Basic Problems

I recently bought a TI-84 Plus CE, and have been making programs using TI-BASIC. I'm trying to make a simple text editor, and I need to convert character codes to characters. However, it seems that ...
Steam Ranger's user avatar
0 votes
1 answer
33 views

MVC Checkboxes Collection Displays Correctly in View but I on Post Back the Collection is Empty

I am having trouble with a simple Visual Basic Code for MVC using Check Boxes. I am trying to create a Form where the user could choose which Office Department will have access to a particular ...
Jkyle Landicho's user avatar

15 30 50 per page
1 2 3
4
5
58