PickBASIC / FlashBASIC
printchar statement
.mdThe printchar statement prints the first character of the string expression to the screen or to the printer.
Syntax
printchar str.expParameter(s)
| str.exp | Expression whose first character is sent to the screen or printer. |
Example(s)
Output a single character by its code
printchar char(65) ;* A