Post Reply 
Storing data in Vars of the Geometry App?
06-15-2015, 08:01 AM
Post: #8
RE: Storing data in Vars of the Geometry App?
(06-15-2015 06:01 AM)cyrille de brĂ©bisson Wrote:  Hello,

so, doing GA:=point(1,1) means that GA contains the calculated value of point(1,1), not 'point(1,1)'... a little bit like if F1(X) was containing a function NOT dependent on (X).

This is why the Instructions function is there, to allow you to modify the instruction list.

to get back to your question, when accessing Instruction in a textual fashion, the syntax is from memory:

Name:=function // c(color) v(0/1) p(0-7) f(0/1) t(0/1) l(0/1) t(f(font) d(dpi) x() y()) a(t(0-3) s(0-15) p(0-15) b(real), e(real), S(real))
where v is for visible
p is plot type (used for points)
f is filled
t is traced
l is legend visible
t is for text positioning with font, dpi, x and y positions provided
a is for animations with type (none, once, loop, back and forth), s for speed, p for pause, b/e/S for begin, end and Step

Cyrille

Thank you Cyrille, I knew that it are additional parameters, in former times I would have tried to find out about them by myself, but as time goes by one becomes more and more lazy.
Arno
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Storing data in Vars of the Geometry App? - Arno K - 06-15-2015 08:01 AM



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