I'm trying to get bold specific text, inside an input text field. I'm not sure how to go about it since q basic code isn't interpreted inside a text field, I've tried
10 REM PROGRAM TO PRINT A BOLD STRING
15 CLS
18 PRINT "PLEASE INPUT YOUR MATRIC NUMBER"
20 INPUT M$
30 PRINT TAB(15); "YOUR MATRIC NUMBER IS "; M$;
40 END