Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 2
5 answers
338 views

I'm using GW-BASIC to determine a person's weight on another planet. I need to form a comparison between the weight factor on a planet to the planet that the user inputs. I have defined my planets so ...
Score of 1
1 answer
64 views

I'm trying to answer an exercise question for Universe BASIC programming as follows: List the CLASS.NAME of students whose age are more than 21. Expected working is to be in the form of a TCL command ...
Score of 1
2 answers
93 views

I am new to TI-84 BASIC programming and having a devil of a time at it. Right now I am trying to write a function that will sum a matrix but my for loops only run once. I do see in the manual that ...
Score of 1
0 answers
47 views

Context: After years of Microsoft/Excel/VBA, I have switched to Linux/Libre Calc/Basic, still learning the syntax. This project is a "Proof of Concept" to learn via designing a Slot/Pokie ...
Score of 0
1 answer
244 views

I want to write a macro which reloads all images inserted in a Calc document. I've heard of linking images, but I don't know the specific commands in LibreOffice Basic. So far the best answer I've got ...
Score of 2
2 answers
100 views

I’m currently learning BASIC (I use FreeBASIC) and I’m trying to open files. However, instead of opening files, my program deletes them. This is my code: Dim f as Integer f = FreeFile Open "...
Score of 4
2 answers
97 views

Jim Butterfield's "Machine Language for Commodore Machines" book states at page 92 in the chapter on BASIC Memory Layout that (emphasis mine): End-of-BASIC is signaled by three zero bytes ...
Score of 2
0 answers
115 views

I'm trying to make a simple BASIC game in QB64. I'm used to programming C# and am not sure how I should kinda make 'objects' (as far as possible) in BASIC with QB64 and use them by including them ...
Score of 1
1 answer
114 views

I'm trying to make a simple game with BASIC in QB64. I'm used to programming C# and I can't get the simples thing working: test 1.bas: REM $INCLUDE: 'test2.bas' Hey test2.bas: SUB Hey PRINT &...
Score of 0
2 answers
64 views

I have tried arranging this code a dozen different ways. I am at a loss. It only works on the first button. The macro runs on a "1' or "0" value in the cell linked to a checkbox. I want ...
Score of -1
1 answer
307 views

i am trying to find the way to call a simple bash script from a macro of my calc document. i 've hard with this instruction: session.RunApplication("Shell", "/usr/local/bin/essai-macro-...
Score of 3
2 answers
242 views

I'm trying to get back into Spectrum BASIC and have been reading an old manual, so am looking at the very basics of BASIC. I've been trying to type the following line of code in to create the opening ...
Score of 0
0 answers
66 views

I have a Writer document, that has bookmarks (It's a theater play, the bookmarks are the number of each verse). I'd like to make each bookmarks visible, I am thinking about creating a textFrame for ...
Score of 2
1 answer
162 views

Most BASIC to Rust code is straightforward. However, what do I do with On Gosub? My brief is to use identical code constructs wherever possible. Here is the BASIC code (reduced to the minimum). choice ...
Score of 1
2 answers
111 views

First time posting here, I'm getting a few errors in an old 1977 BASIC program for the Sol 20 computer. First error is a "DM error in line 4240": 4220 PRINT " TYPE IN -STOP- TO ...

15 30 50 per page
1
2 3 4 5
59