Post Reply 
Convert decimal > fraction in program
12-10-2015, 07:21 PM
Post: #6
RE: Convert decimal > fraction in program
(12-09-2015 11:55 PM)StephenG1CMZ Wrote:  You can also use STRING(NUMBER,MODE) where a mode of 7 or 14, for example, will give a string having a fraction format.
Thanks,
I need more help. See this program:
// Program to edit and show Matrix
EXPORT MeuSimp()
BEGIN
RECT();
EDITMAT(M1);
PRINT;
PRINT (exact(M1));
FREEZE;
END;
It works, but I want to see the matrix as in Figure 2
[Image: 7hHZY.jpg]
[Image: e4HIN.jpg]
How to?

Leo

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Convert decimal > fraction in program - jrozsas - 12-10-2015 07:21 PM



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