Post Reply 
RPN programming model survey
01-15-2023, 02:45 AM
Post: #2
RE: RPN programming model survey
The 35s might be unique in that it not only allows "GTO LBL+line number" programming, but also has the "feature" of automatically renumbering all the line numbers after GTO's when program lines are inserted or deleted. That sounds nice, but it's actually a horrible idea, because if GTO Znnn is in the program, and you delete program line Znnn, the GTO now points to the wrong line (namely, what had been the line after Znnn before the edit). Every time I try to debug by trial and error on the 35s, the GTO's get all out of whack. Horrible idea.

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RPN programming model survey - brouhaha - 01-15-2023, 01:48 AM
RE: RPN programming model survey - Joe Horn - 01-15-2023 02:45 AM
RE: RPN programming model survey - Gene - 01-15-2023, 07:41 PM
RE: RPN programming model survey - DGM - 01-16-2023, 12:18 AM



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