Search found 2 matches

by semih
Sat Mar 08, 2014 2:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Combined DATA rows
Replies: 3
Views: 14379

Re: Combined DATA rows

1. group data --> data1.txt
2. group data --> data2.txt

open data1.txt as #1
open data2.txt as #2
open new.txt as #3
do until eof(1) or eof(2)
  line input #1, a$
  line input #2, b$
  c$=a$+b$
  print #3,c$
loop
close

etc
by semih
Sat Mar 08, 2014 4:22 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QB for Windows 8.1
Replies: 4
Views: 56818

Re: QB for Windows 8.1

davonuk right and I found the that program for easier to use DOSBox: http://games.softpedia.com/progDownload/DosGameBox-Download-49706.html" target="_blank this program worked on win 7, win 8 32/64 bit to work: 1) go system tray icon http://imagizer.imageshack.us/v2/640x480q90/191/jczi.jpg...