Post Reply 
Why the right(); command returns both sides of an expression? (SOLVED!)
04-01-2015, 07:22 PM (This post was last modified: 04-02-2015 07:43 AM by Spybot.)
Post: #4
RE: Why the right(); command returns both sides of an expression?
Hi DrD!

Is this what you mean?

#cas
test():=
BEGIN
LOCAL M,BY,S,y,x;
INPUT(M,"TITLE","LABEL:");
BY:=CAS.y=M*CAS.x;
S:=CAS.right(BY);
MSGBOX(S);
return 0;
END;
#end

Well it doesn't even execute. I went to CAS view and created this piece of code and I also checked the CAS option.
Why there's no much help about this command?

Spybot.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Why the right(); command returns both sides of an expression? - Spybot - 04-01-2015 07:22 PM



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