Hi,
I have a program written in PBCC 5.0. The font properties of the shortcut
that start the program is set to Raster/Terminal 10x18.
I am trying to display on the console screen a character that is not one of the 255 characters available in the raster/terminal font. Is there any way I can make this special character and imbed it in a resource file or something and then be able to display it on the console screen at a specific row and column using Locate.
For Example Locate 25,30:PRINT SPECIALCHAR$
Thanks my Friends in advance for your help and suggestions.
Mary
I have a program written in PBCC 5.0. The font properties of the shortcut
that start the program is set to Raster/Terminal 10x18.
I am trying to display on the console screen a character that is not one of the 255 characters available in the raster/terminal font. Is there any way I can make this special character and imbed it in a resource file or something and then be able to display it on the console screen at a specific row and column using Locate.
For Example Locate 25,30:PRINT SPECIALCHAR$
Thanks my Friends in advance for your help and suggestions.
Mary
Comment