BBC BASIC for Windows
Programming >> BBC BASIC language >> Cursor backspace
http://bb4w.conforums.com/index.cgi?board=language&action=display&num=1396777649

Cursor backspace
Post by Wendell on Apr 6th, 2014, 09:47am

*font Segoe print,10,B

a=7

b=9

pd$="Problem"

PRINT TAB(35,11)laughd$

INSTALL @lib$+"FNUSING"

*font Segoe print,12,B

PRINT TAB(26,7);FNusing("##",a);

PRINT TAB(29,7);" / ";FNusing("##",b);" ="



INPUT TAB(36,7)dv
___________________________________________



Is there any way to get rid of unwanted characters when you backspace huh
Re: Cursor backspace
Post by rtr on Apr 6th, 2014, 10:43am

on Apr 6th, 2014, 09:47am, Wendell wrote:
Is there any way to get rid of unwanted characters when you backspace huh

You asked that question before, and I answered it here:

http://bb4w.conforums.com/index.cgi?board=ui&action=display&num=1395554854&start=2

The FNpsinput routine must be copied-and-pasted from the manual:

http://www.bbcbasic.co.uk/bbcwin/manual/bbcwin8.html#font

Richard.
Re: Cursor backspace
Post by Wendell on Apr 6th, 2014, 5:32pm

Thank Richard along with Bill,,, i now undestand that function more. thanks for your support