Search found 1 match

by Tommy_Tyler
Fri Jun 21, 2002 2:37 am
Forum: QBasic / QuickBasic related
Topic: Compiling QB Programs
Replies: 2
Views: 1565

Compiling QB Programs

I use a QB4.5 program to run a device plugged into my parallel port that captures infrared signal data in real time.  It stores 200 sets of data in three arrays (each set consists of three numeric values) then manipulates and displays the data.  Works great as an interpreted program, but ...