home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / bwbasic-2.10.sit / bwbasic-2.10 / bwbtest / width.bas < prev    next >
BASIC Source File  |  1993-11-09  |  206b  |  6 lines

  1. 10 open "o", #1, "data.tmp"
  2. 20 width #1, 35
  3. 30 print #1, "123456789012345678901234567890123456789012345678901234567890"
  4. 40 close #1
  5. 50 print "Check file <data.tmp> to see if the printing wrapped at col 35"
  6.