Post Reply 
HP49-HP50 : when {list of repeated solutions} —> {list with no rep. sol}
12-22-2022, 02:40 AM
Post: #6
RE: HP49-HP50 : when {list of repeated solutions} —> {list with no rep. sol}
If your code only needs to run on the HP 50g, not a 48, then #2FD006h FLASHEVAL is a built-in routine for removing duplicates from any list.

Example:

{ 1 2 3 2 5 5 4 } #2FD006h FLASHEVAL --> { 1 2 3 5 4 }

<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
RE: HP49-HP50 : when {list of repeated solutions} —> {list with no rep. sol} - Joe Horn - 12-22-2022 02:40 AM



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