Guest_imported
New member
- Jan 1, 1970
- 0
How come when I input a record from a file, for example:
1,0,234127805,1,2,TWO-TIMERS,12 ELM,GENOA,WI,32145,01248.00,025.00,041392
Using the statement:
INPUT #1, MRC, MTOR, MCN, MR, MD, MCOMPN$, MCOMPA$, MC$, MS$, MZC, MTYTD, MIB, MLS
MCN, the third number, comes out 2.341278E+08 ? So when I try printing it using #########, it comes out 234127808? How do I stop this from happening?
1,0,234127805,1,2,TWO-TIMERS,12 ELM,GENOA,WI,32145,01248.00,025.00,041392
Using the statement:
INPUT #1, MRC, MTOR, MCN, MR, MD, MCOMPN$, MCOMPA$, MC$, MS$, MZC, MTYTD, MIB, MLS
MCN, the third number, comes out 2.341278E+08 ? So when I try printing it using #########, it comes out 234127808? How do I stop this from happening?