Search found 2 matches

by JTShadow
Wed Nov 23, 2005 1:09 am
Forum: QBASIC and QB64 Questions & Answers
Topic: open and input help
Replies: 10
Views: 9332

The records are fixed length, the name is 15 characters big. well it looks kinda like this.... "JOHN DOE ","123456789",4256.91 followed by 9 other entries going down the list for a total of 10. So now the code is looking like.... ACCUM!=0 OPEN "G:/TEST.TXT" FOR INPUT AS...
by JTShadow
Tue Nov 22, 2005 2:01 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: open and input help
Replies: 10
Views: 9332

open and input help

I'm trying to make a program that opens up a file and reads a name, followed by a number, then followed by a dollar amount but I'm having trouble setting this up, any ideas? Basically i'm trying to run a check off the number and anything that is greater than the number is going to be printed out.