Search found 4 matches

by azure8bit
Tue Dec 13, 2016 2:28 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Carcharge wont print :(
Replies: 1
Views: 8350

Carcharge wont print :(

Im having trouble getting CarCharge to print out. If someone could help me. I would appreciate it. '*************************** PROGRAM VARIABLES ***************************** CLS GOSUB InitializeVariables GOSUB PrintHeadings GOSUB ProcessDetail END '***************************** INITIALIZE VARIABLE...
by azure8bit
Thu Nov 10, 2016 4:19 am
Forum: QBASIC and QB64 Questions & Answers
Topic: DIM statement issues[solved]
Replies: 0
Views: 45078

DIM statement issues[solved]

Im having trouble getting my data list to print using the DIM statement. If someone could assist me or point me in the right direction. It would be appreciated. DIM Number(15), Income(15), Persons(15) '**************************** PROGRAM MAINLINE ****************************** GOSUB InitializerPrin...
by azure8bit
Thu Oct 13, 2016 3:16 am
Forum: QBASIC and QB64 Questions & Answers
Topic: noob_seeking_help(syntax error)
Replies: 2
Views: 8817

Re: noob_seeking_help(syntax error)

That solved it! Thank you :D
by azure8bit
Tue Oct 11, 2016 11:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: noob_seeking_help(syntax error)
Replies: 2
Views: 8817

noob_seeking_help(syntax error)

I keep getting a syntax error line 48 on my "READ type$, size, rate, charter, revenue."I am sure it is something simple. I can't figure it out and it's driving me crazy. Any help would be appreciated. My code: '************Mainline********* cls gosub InitializeVariable gosub printheadings ...