up arrow vs BST behaviour in PRGM mode.
Posted: Mon Jun 29, 2020 6:27 pm
When I was entering a long program I observed the following strange behaviour.
Enter the following program as example
01 LBL ABC
02 *
03 /
04 +
05 -
06 END
Now use the XEQ function to add any command you wish somewhere in between the previous commands like in this case RDN.
01 LBL ABC
02 *
03 /
04 RDN
05 +
06 -
07 END
Go to line 03 with the up arrow and delete it, now both line 03 and 04 are deleted.
This does not happen when you go to line 03 with BST, then only line 03 is deleted.
Entering a direct command from the keyboard such as SIN also doesn't show the "bug"
I only use BST and SST now when I edit but the arrows are more convenient.
You only run into it when you make some mistakes you want to correct.
Erik
Enter the following program as example
01 LBL ABC
02 *
03 /
04 +
05 -
06 END
Now use the XEQ function to add any command you wish somewhere in between the previous commands like in this case RDN.
01 LBL ABC
02 *
03 /
04 RDN
05 +
06 -
07 END
Go to line 03 with the up arrow and delete it, now both line 03 and 04 are deleted.
This does not happen when you go to line 03 with BST, then only line 03 is deleted.
Entering a direct command from the keyboard such as SIN also doesn't show the "bug"
I only use BST and SST now when I edit but the arrows are more convenient.
You only run into it when you make some mistakes you want to correct.
Erik