Search found 4 matches

by relic
Wed Mar 09, 2005 8:18 am
Forum: QBASIC and QB64 Questions & Answers
Topic: exceeding 9,999,999
Replies: 5
Views: 10582

re: exeeding 9,999,999

It works! (of course). :D
you guys rock!
by relic
Tue Mar 08, 2005 6:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: exceeding 9,999,999
Replies: 5
Views: 10582

exceeding 9,999,999

I was wondering if there is a piece of code you can use in qb45 that will make it possible to print a number beyond 9,999,999? I noticed that while you can print 10000000, whenever you have a variable that prints the same number, it comes up as: 1E+07
thanks for any help.
by relic
Wed Feb 09, 2005 11:16 am
Forum: QBASIC and QB64 Questions & Answers
Topic: redo from start
Replies: 13
Views: 18033

thanks

thanks guys. Worked like a charm!
:D
by relic
Tue Feb 08, 2005 6:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: redo from start
Replies: 13
Views: 18033

redo from start

Somewhere on this huge board I'm sure the answer lies, but I cannot find it. So, here goes.... When entering a response to a question that wants a numerical value. If the user accidently types a letter you would get `redo from start?' So, my question is: How would you stop the error message from pop...