Search found 2 matches

by Quadricode
Tue Aug 16, 2005 12:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Prepend to file -- help?
Replies: 4
Views: 6825

Hmm... that is one step further. But is there anyway to generate the file that would contain the startuing numbers? The zeros are fine, I can easily create a file with the N number of zeros I need to 'prepend' to the start. But my problem exists when I want to limit the size of each line to 40 chara...
by Quadricode
Mon Aug 15, 2005 11:18 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Prepend to file -- help?
Replies: 4
Views: 6825

Prepend to file -- help?

Hello everyone, I am Quadricode! Anyway, that is my introduction. I will get straight to my question. I am making an arbitrary precision calculator, but I am having a problem. It is as follows: I have the user input numbers (via INKEY$), and it is directly put into a file names Num1.txt (and Num2.tx...