Search found 1 match

by levitan
Tue Mar 23, 2010 8:48 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Strings
Replies: 3
Views: 11096

Strings

How do i import a 2000 character text file as a single string in QBasic? I am trying to use
OPEN "a.txt" For Input as #1
INPUT #1, a$
but it appends it to about 500 characters.

Any help is much appreciated.