Post Reply 
Need suggestion about long matrix program
03-26-2021, 10:02 PM
Post: #2
RE: Need suggestion about long matrix program
Are you looking for something like the EDITMAT() command?

EXPORT matrixdata()
BEGIN
EDITMAT(M1);
EDITMAT(M2);
EDITMAT(M3);
END;

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


Messages In This Thread
RE: Need suggestion about long matrix program - roadrunner - 03-26-2021 10:02 PM



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