Seems that they found the bug. Waiting for the fix.
Regards
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
(pretty-print "(" " " "%1.16g")
(set 'Symbolname
'("MainItem"
("Item1" "Value1")
("Item2" "Value2")
("Item3" "Value3")
("Item4" "Value4")
("Sublst"
("SubItem1" "SubValue1")
("SubItem1" "SubValue1")
("SubItem1" "SubValue1")
("SubList"
(
("SubListItem1" "SubListValue1")
("SubListItem1" "SubListValue1")
("SubListItem1" "SubListValue1")
)
)
)
)
)
(explode slotlist paramnumber)
Quote
Who doesn't like recursion and implicit indexing ! ;-)
newLISP v.10.7.2 32-bit on Windows IPv4/6 libffi, options: newlisp -h
> (setq str "t 00 t")
"t 00 t"
> (trim str)
ERR: not enough memory in function trim
> (setq str "tabc 00 abct")
"tabc 00 abct"
> (trim str)
"abc 00 abc"
>2. debugging for embedded dll - no console at all...Quote