Post Reply 
apply in the program [Solved]
12-22-2015, 05:03 PM (This post was last modified: 09-06-2016 11:37 AM by jrozsas.)
Post: #1
apply in the program [Solved]
The function apply(x-> x ^ 3, [1,2,3]) works when writing alone.
[Image: Bi88k.jpg] [Image: 2s8ew.jpg]
In a program can not display the result. Can you help me?
[Image: XeH4R.jpg]
EXPORT meusymp2()
BEGIN
LOCAL x,B,V,G,L;
INPUT(B,"DIGITE B");
INPUT(V,"DIGITE X");
INPUT(G,"DIGITE G");
L:=CAS.apply(x(x*3),[[B],[V],[G]]);
RECT;
TEXTOUT_P(L,120,30,2,#000000h,190,#99FF00h);
FREEZE;
END;

Leo

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


Messages In This Thread
apply in the program [Solved] - jrozsas - 12-22-2015 05:03 PM
RE: apply in the program - DrD - 12-22-2015, 06:04 PM
RE: apply in the program - jrozsas - 12-22-2015, 06:17 PM



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