home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / lang / basic / 997 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.9 KB  |  44 lines

  1. Newsgroups: alt.lang.basic
  2. Path: sparky!uunet!wupost!csus.edu!netcom.com!wolvy
  3. From: wolvy@netcom.com (Wolverine)
  4. Subject: Re: Qbasic, getting 132 columns
  5. Message-ID: <1992Dec24.042811.26808@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. References: <725118461snx@tixel.mv.com>
  8. Date: Thu, 24 Dec 1992 04:28:11 GMT
  9. Lines: 33
  10.  
  11. jarnold@tixel.mv.com (Jon Arnold) writes:
  12.  
  13. >You want 132 column mode on your screen or on printed output?  For printed
  14. >output, that would normally be a function of the specific printer you
  15. >are using, where you would send it a command string (ie, "ESC"+"[2z")
  16. >or something equally arcane to tell the printer to go into 132 column mode.
  17. >Check your printer reference manual.
  18.  
  19. >Jon Arnold                        Phone: W: 603-883-1233
  20. >Nashua, New Hampshire             Fax:   W: 603-883-7350
  21. >                                         H: 603-883-6371
  22.  
  23. >      "If you ain't the lead dog, the view never changes."
  24.  
  25. I guess I'll have to re-read the original message but I thought I stated
  26. that I was writing a program and needed 132 columns to support the bigger
  27. maximum comment limit in 4dos.  Guess I worded it wrong. :)
  28. um I still need to find out how to get 132 columns on the screen, but
  29. width goes to 80 when dealing with the screen, and there are no screen
  30. modes out there that support it.  I can do it at dos, but not in the
  31. Qbasic environment.  In all actuality, I have bypassed this problem
  32. by fixing my program to edit each individual comments in a 
  33. windows-like line editor.  It works good, but it would be REAL nice if I
  34. can get a library to support 132 column mode in whatever lines possible!:)
  35. By looking into these discussions about powerbasic, I am IMPRESSED!
  36.  
  37. can you easily port over your qbasic 4.5 programs into it?  I captured
  38. that big list and will read it later, so maybe my question's already
  39. been answered. :}
  40.  
  41. Anyways, thanx again.
  42. Wolvy @ netcom.com
  43.  
  44.