Post Reply 
An assortment of 71B questions
04-12-2021, 07:54 PM (This post was last modified: 04-12-2021 07:55 PM by rprosperi.)
Post: #13
RE: An assortment of 71B questions
(04-12-2021 07:22 PM)Sylvain Cote Wrote:  
(04-12-2021 07:10 PM)rprosperi Wrote:  Just pressing [^] should do it, no need to then press [v]. One key should do it, even faster than a KA. Smile
Nop,
if you are at the first line of the program → [^] will show you that line.
if you are at the last line of the program → [v] will show you that line.
anywhere else in the program → [v] [^] or [^] [v] or [f][B][ENTER] will show you the current line.
Even though it uses 1 more key, I would presume that [f][B][ENTER] will execute faster.

You got me, indeed [^] [v] is needed, I had duplicate lines (:blush)

For a 2 keystroke assignment, you can do this to avoid the [Enter]

DEF KEY 'FB','FETCH': <=== The trailing colon makes it immediate execute.

Then [f] [b] will fetch the just-entered line. So this is no better than the generally usable [^] [v], but it is universal.

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: An assortment of 71B questions - rprosperi - 04-12-2021 07:54 PM



User(s) browsing this thread: 1 Guest(s)