Search found 10 matches
- Thu Mar 28, 2019 1:36 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Formatting Issue
- Replies: 0
- Views: 49360
Formatting Issue
In the image provided, you'll notice in the highlighted where i'm having an issue. everything else seems to work. 2019-03-28_11-25-32.jpg Code below. ' LACE CALCULATOR BY TOM HALL 31 APRIL 89 ' RE-WRITTEN BY BRIAN KIDD TO BOTH OPTIMISE CODE & TO ADD METRICS. 15 APRIL 2019 ' -------- BEGIN PRE-LO...
- Fri Mar 22, 2019 12:13 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Formula
- Replies: 2
- Views: 16630
Re: Formula
So, pi would work the same in metric as it does with standard?
- Fri Mar 15, 2019 4:11 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Formula
- Replies: 2
- Views: 16630
Formula
I'm working on a calculator of sorts. It is called Lace Calculator. What it is supposed to do is, User inputs a fractional lace size, ie (1/8). Then, User inputs the diameter of the circle they're going to cut from in inches ie (12 inches round). Then in the code it calculates the yield of lace that...
- Tue Mar 05, 2019 7:54 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: LTRIM $
- Replies: 2
- Views: 16948
Re: LTRIM $
Got it. .
Thanks for replying
Thanks for replying
- Tue Mar 05, 2019 6:07 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: LTRIM $
- Replies: 2
- Views: 16948
LTRIM $
I was wondering if there is away to do an LTRIM$ globally thru the script to handle something like,
PRINT LTRIM$ TP: "TOTAL PARTS";
Brian..
PRINT LTRIM$ TP: "TOTAL PARTS";
Brian..
- Wed Feb 27, 2019 2:43 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Menu issues
- Replies: 4
- Views: 20408
Re: Menu issues
Didn't think like that. Thanks so much.
- Tue Feb 26, 2019 10:38 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Menu issues
- Replies: 4
- Views: 20408
Re: Menu issues
Maybe this'll help out. 108 ' AFTER THE PROGRAM RUNS PRESS "R" TO RUN AGAIN, OR "Q" TO QUIT. 110 CLS : PRINT : PRINT : PRINT : PRINT TAB(27); "Type of Knot" 120 PRINT TAB(25); "1. Casa Knot" 130 PRINT TAB(25); "2. Standard Two Pass Knot" 140 PRINT TA...
- Thu Feb 21, 2019 5:00 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Menu issues
- Replies: 4
- Views: 20408
Menu issues
Hi all. I have a program that has 4 menus. To which normal operation for the end user works fine as is. What I would like to do is create a way for the user to go back to the previous menu if they decide to or if they make a mistake in choice. For the most part I have one menu working. The issue is ...
- Wed Feb 20, 2019 4:21 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Cursor frustration...
- Replies: 2
- Views: 16359
Re: Cursor frustration...
Just what I thought. No easy way. ...
Thank you for your time and input.
Thank you for your time and input.
- Tue Feb 19, 2019 6:41 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Cursor frustration...
- Replies: 2
- Views: 16359
Cursor frustration...
There is no easy way to get the square box type cursor to show in the .exe output is there?