Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Konica printers line and box characters using pcl

Status
Not open for further replies.

Jimbobbie

Instructor
Jul 16, 2004
3
ZA
I want to know where do i find the characters to print
the following using qbasic.

Horisontal & vertical char
Top,bot,right and left T's
Box top left,right
Box bot left,right
Cross
graph char

Thanks in advance
 
Goto Help > Contents > ASCII Character Chart.

Find the Character that you need and then use CHR$(scancode) for send it the printer (or monitor)
 
You'll probably need to use
Ec(10U (the pc-8 font) which will have the box drawing characters in the same place that they are used in say
QuickBasic, PowerBasic for dos, Powerbasic Console Compiler
,etc.

i.e. 196 is the horizontal bar, 205 is the double horizontal, 179 vertical bar, 186 double vertical
191 upper right corner,192 Lower Left,217 lower right,
218 upper left, many more

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top