Post Reply 
Where is the bug,error, in matrix?list2mat?
02-05-2018, 09:06 PM
Post: #1
Where is the bug,error, in matrix?list2mat?
Code:

EXPORT mamt()
BEGIN
//LOCAL a:=[["err",1],["errr",2]]; //neither CAS nor Home
LOCAL b:=list2mat({"err",1,"errr",2},2); //does work in Home but not CAS
//LOCAL c:=list2mat(["err",1,"errr",2],2); //neither CAS nor Home
return (b); 
END;
Find all posts by this user
Quote this message in a reply
Post Reply 




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