Post Reply 
EDITLIST
08-10-2018, 11:30 PM (This post was last modified: 08-10-2018 11:41 PM by roadrunner.)
Post: #2
RE: EDITLIST
Indeed, edit list does not seem to function as advertised. EDITMAT does however; perhaps you could use list2mat, EDITMAT, and mat2list instead:

Code:
EXPORT eraseme()
BEGIN
 LOCAL l,m:={1,6,2,7,3,8,4,9,5,10};
 l:=list2mat(m,2);
 mat2list(EDITMAT(l,{"title",{"A","B","C","D","E","F"},{"a","b","c"}}));
END;

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
EDITLIST - Tyann - 08-10-2018, 04:32 PM
RE: EDITLIST - roadrunner - 08-10-2018 11:30 PM
RE: EDITLIST - Tyann - 08-11-2018, 04:53 AM



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