Search found 1 match

by scramblepad
Thu Mar 25, 2010 7:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problems counting from 0 to 999999999999
Replies: 1
Views: 5619

Problems counting from 0 to 999999999999

I have been away from q basic for a while and am trying to make a program to count from 0 to 999999999999. Here is what I have so far: 16777216 10 for a=ing(0) to 999999999999 step 1 20 print clng(a) 30 next a 40 end I have tried several ways but I get an exponet after it gets to 8 digits. When usin...