Post Reply 
userRPL MAP command observations
03-13-2023, 08:59 PM (This post was last modified: 03-13-2023 09:08 PM by pier4r.)
Post: #3
RE: userRPL MAP command observations
Thanks John for sharing, I'll put it in the collection of code snippets (see wiki4hp). I am not entirely sure which flags it wanted to change, as when I used it today in a program there was a popup asking me flags changes and I clicked cancel. Then I remembered that in the past I used the procedure store the flags, change what map wanted, and then recall the flags again.

For reference, the program was like

Code:

InputList @ a list of reals if I am not wrong
\<<
   IF @yes, IFTE would work too
      maxValue >
   THEN
     1
   ELSE
     0
  END
\>>
MAP

update: added the code here http://www.wiki4hp.com/doku.php?id=rpl:start under JKMAP

Wikis are great, Contribute :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
userRPL MAP command observations - pier4r - 03-13-2023, 10:49 AM
RE: userRPL MAP command observations - pier4r - 03-13-2023 08:59 PM



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