Post Reply 
newRPL - Updated to build 1510 [official build remains at 1487]
10-04-2021, 09:17 PM
Post: #192
RE: newRPL - Updated to build 1497 [official build remains at 1487]
Code:

{ 1 2 { 3 4 { 5 } } « →STR » MAPLIST→
returns
Code:

"1"
"2"
{ "3" "4" { "5" } }
instead of
Code:

"1"
"2"
"3"
"4"
"5"

It seems to me that since the program is mapped to all elements thru full depth then all the sublists should be exploded, but maybe that's a design choice and not a bug.

Claudio could you clarify?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL - Updated to build 1497 [official build remains at 1487] - JoJo1973 - 10-04-2021 09:17 PM
Navigating through sub-menus - Gilles - 05-13-2023, 11:31 AM
It's a mystery to me... - Klaus - 11-27-2023, 12:24 PM



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