The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





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 


Messages In This Thread
Where is the bug,error, in matrix?list2mat? - toshk - 02-05-2018 09:06 PM



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