Search found 17 matches

by bigjoe11a
Mon Jun 25, 2007 3:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Display lines from text file
Replies: 10
Views: 17712

Re: No Money

? You're library charges you to take books out? :?: Like I said, No Money any way. and the library won't have books for the programming I do. Using the Easy Door Library. I can't beleave that no one else has had this same problem and a fix for it. okay i just emailed the author of easy door and he ...
by bigjoe11a
Mon Jun 25, 2007 11:57 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Display lines from text file
Replies: 10
Views: 17712

Re: No Money

idk about online, but I know at my town's Library there's still a bunch of Qbasic/QuickBasic programming books... this is a better idea if I had the money. Just to go out and $$$ one would be even better. It's just to go or do any thing out side my own home would cost money. ? You're library charge...
by bigjoe11a
Thu Jun 21, 2007 6:15 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Display lines from text file
Replies: 10
Views: 17712

No Money

Erik wrote:idk about online, but I know at my town's Library there's still a bunch of Qbasic/QuickBasic programming books...
this is a better idea if I had the money. Just to go out and buy one would be even better. It's just to go or do any thing out side my own home would cost money.
by bigjoe11a
Thu Jun 21, 2007 6:13 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Display lines from text file
Replies: 10
Views: 17712

Just not what I was looking for

I don't know where one might find a QuickBASIC manual, but, a good place to learn is with tutorials. For starters, go to the top of this site and click on the link, Return to Pete's QBasic Site Then, search in the left-hand sidebar for Tutorials. If you need more tutorials, let us know. Most of the...
by bigjoe11a
Sat Jun 16, 2007 9:54 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading and Writing to the buffer
Replies: 15
Views: 20924

Thanks

Yes, I guess so. Maybe I'll just stick with text files
by bigjoe11a
Sat Jun 16, 2007 7:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading and Writing to the buffer
Replies: 15
Views: 20924

That seem too much

Thats a lot of code just to read and write to a buffer. Thanks
by bigjoe11a
Thu Jun 14, 2007 9:27 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Display lines from text file
Replies: 10
Views: 17712

From what I fount out

Its called an input buffer, NOT a file Buffer
by bigjoe11a
Wed Jun 13, 2007 1:30 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Display lines from text file
Replies: 10
Views: 17712

Display lines from text file

What I want to do is. Is read from a file and only display the first 20 lines. then give an option to quit, or read more. open the file Line input #1, line$ ' A way to loop threw until the 1st 20 lines area read in print line$ input "Read More or Quit" if More then read the next 20 lines o...
by bigjoe11a
Wed Jun 13, 2007 1:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading and Writing to the buffer
Replies: 15
Views: 20924

No, thats not it

You could load the list of strings into the memory buffer as variables in an array. Using A:\AnyFile.Txt again... DIM Buffer$(500) 'Change to line numbers in file OPEN "A:\AnyFile.txt" FOR INPUT ACCESS READ AS #1 DO LINE INPUT #1, Buffer$(A%) A% = A% + 1 LOOP UNTIL EOF(1) Then, each line ...
by bigjoe11a
Tue Jun 12, 2007 12:18 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Quick Basic and Easy Door Library
Replies: 4
Views: 7081

Not realy,

BBSmates is working today...get over there! :) also if you can email one of those old door maker guys there are still some around alot of them worked with basic and pascal to make those old doors and can help. Thats where I was hoping to get some help. they just don;t have the time or they won;t he...
by bigjoe11a
Tue Jun 12, 2007 12:16 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading and Writing to the buffer
Replies: 15
Views: 20924

Temp storage

well what it sounds like is you want to store something in EMS or XMS memory and not an actual file... here is one explaination of a "buffer" : Buffer: When referring to memory a buffer is temporary storage in memory used to temporarily store information while other information is being p...
by bigjoe11a
Tue Jun 12, 2007 5:47 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading and Writing to the buffer
Replies: 15
Views: 20924

Ah, No

Copy some text file to a floppy on the A:\ drive, let's say, the file, "AnyFile.txt" Now, enter this little program in QuickBASIC: CLS OPEN "A:\AnyFile.txt" FOR INPUT AS #1 WHILE NOT EOF(1) WHILE INKEY$ = "":WEND LINE INPUT #1, A$ PRINT A$ WEND CLOSE #1 Run the program...
by bigjoe11a
Mon Jun 11, 2007 9:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading and Writing to the buffer
Replies: 15
Views: 20924

From the Wikipedia: Buffer (computer science), memory used to temporarily store output or input data. "Writing" to a buffer: When you read a file from your hard drive, from a floppy, etc. you first OPEN the file, and assign a buffer file number, as in the code line: OPEN "C:\Letters\...
by bigjoe11a
Mon Jun 11, 2007 1:23 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading and Writing to the buffer
Replies: 15
Views: 20924

Re: Reading and Writing to the buffer

Does any one know how to read and write from the buffer I can't beleave that no one knows how to do this Toper Topers BBS What "buffer" are you talking about? Regards..... Moneo ok, no one has ever ask me that before. Just like reading and writing to text files. reading and writing to the...
by bigjoe11a
Mon Jun 11, 2007 8:56 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading and Writing to the buffer
Replies: 15
Views: 20924

Reading and Writing to the buffer

Does any one know how to read and write from the buffer

I can't beleave that no one knows how to do this

Toper
Topers BBS
by bigjoe11a
Sun Jun 10, 2007 12:03 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Quick Basic and Easy Door Library
Replies: 4
Views: 7081

these guys can probably help you the best with BBS and doors... http://www.bbsmates.com/ i use to run a wildcat BBS in the day.... here is a list of doordrop files http://www.geocities.com/$$$/doorfile.html door.bat i can't quite remember but it was something like.. path to the doordrop file path t...
by bigjoe11a
Sun Jun 10, 2007 10:53 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Quick Basic and Easy Door Library
Replies: 4
Views: 7081

Quick Basic and Easy Door Library

Has any one ever make some BBS doors using this library. If so I could use some help and with some ideas 1) Is it possible to setup a internel message editor 2) Does any one know how to setup InterBBS with Easy Door 3) Uploading and Downloading Files from the door. 4 ) Reading and writing to the Buf...