Page 1 of 1

Afficher une variable avec flib

Unread postPosted: 07 Oct 2007, 20:04
by chicu
Voila j'utilise flib pour programmer sur ma ti89 tita et donc pour afficher mon texte je fais flib("drawstr:x,y,texte,1") mais moi j'aimerai que quand je met flib("drawstr:x,y,a,1") il m'affiche la valeur de a. Comment faire ?

Re: Afficher une variable avec flib

Unread postPosted: 08 Oct 2007, 12:23
by ProgVal
"drawstr:x,y,"("a")&",1"
Tu mets dans l'écran de calcul, tu appuie sur Enter et tu copies-colle le résultat dans ton programme.
Voilà!

Re: Afficher une variable avec flib

Unread postPosted: 08 Oct 2007, 18:28
by tama
ou flib(drawstr:x,y, a,1") (espace entre la virgule et le a)

Re: Afficher une variable avec flib

Unread postPosted: 10 Oct 2007, 17:12
by chicu
Ta réponse ne marche pas chez moi tama sinon celle de progval marche niquel merci à vous deux

Re: Afficher une variable avec flib

Unread postPosted: 10 Oct 2007, 17:49
by ProgVal
Sinon, tu peux donner le résultat?
Je sais qu'y a tas de ", mais je ne sais pu dans quel ordre.