Hi,
for the console (DOS world) we have ASCII characters for line graphic in the
range above 128, such as CHR$(218) for top left corner.
Under Windows these characters are still available - now as UNICODE - but are
coded with numbers above 255.
Since PB does not (yet?) support UNICODE for the GRAPHIC PRINT command,
I wonder if someone has an idea how to get such line graphic characters onto
a graphic screen?
As a last chance, they could be drawn by GRAPHIC LINE statements. But isn't
there may be an easier way with GRAPHIC PRINT?
Best regards,
Gert Voland.
for the console (DOS world) we have ASCII characters for line graphic in the
range above 128, such as CHR$(218) for top left corner.
Under Windows these characters are still available - now as UNICODE - but are
coded with numbers above 255.
Since PB does not (yet?) support UNICODE for the GRAPHIC PRINT command,
I wonder if someone has an idea how to get such line graphic characters onto
a graphic screen?
As a last chance, they could be drawn by GRAPHIC LINE statements. But isn't
there may be an easier way with GRAPHIC PRINT?
Best regards,
Gert Voland.
Comment