Search found 1 match

by WmFS
Thu Oct 21, 2004 7:20 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Passing values to QBasic programs
Replies: 1
Views: 6408

Passing values to QBasic programs

Is it possible to pass values accessable to QBasic programs at runtime? For example, of program READ.BAS is used to read records from a data file specified by the user. It might begin like this: 1000 INPUT "Give File Name ", D$ 1010 OPEN D$ FOR INPUT AS #1 1020 ....... When executed by QBA...