Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lines within a QuickBASIC 4.5 program
#1
Hi, sometime ago, I received a program which had actual, straight single- and double-line elements, just like the IBM Extended ASCII Set box characters. They were within the program, similar to this:
Code:
PRINT "  ___________"
PRINT"   ========="
and so on. Except that I used the underline key and the equals key to produce the above lines. The program had the four corners and the four side elements to form both a single and a double-line (a box within a box). The single-line boxes also had a left T and a right T.

I am looking to see if someone can tell me how these are formed, with the idea of using other ASCII characters in that same manner, as it makes the programming much easier for me to be able to see in the program, just what I am trying to show on the screen.
Ralph, using QuickBASIC 4.5 and Windows XP Home Edition and Service Pack 2, with HP LaserJet 4L printer.
Reply
#2
If you bring up the QB help with F1 then choose Contents and then ascii table, you will find the ascii codes for the characters.
You can (not always) type them with holding alt and then pressing
the ascii char sequaence on the numeric keyboard or just copy/paste the char.
/post]
Reply
#3
red_Marvin:

Wow! I didn't expect to get THE answer so quick!. The Alt+character number worked like a charm! Thank you!
Ralph, using QuickBASIC 4.5 and Windows XP Home Edition and Service Pack 2, with HP LaserJet 4L printer.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)