Invité Invité
| Sujet: width() left() height() top() + string$ Sam 1 Mai 2010 - 22:46 | |
| J'ai un problème avec ce code : - Code:
-
button 1:left 1,10:top 1,10 print_locate 100,100:print left(1)+", "+top(1)+", "+width(1)+", "+height(1) L'erreur suivante survient : Not correct string expression
|
|
JL35
Nombre de messages : 7112 Localisation : 77 Date d'inscription : 29/11/2007
| Sujet: Re: width() left() height() top() + string$ Sam 1 Mai 2010 - 22:49 | |
| Tu ne devrais pas faire print str$(left(1)) +", " + str$(top(1))+", " + etc... ? Tu additionnes des valeurs numériques avec des strings, c'est pas bien. | |
|
Invité Invité
| Sujet: Re: width() left() height() top() + string$ Dim 2 Mai 2010 - 1:05 | |
| correction: - Code:
-
button 1:left 1,10:top 1,10 print_locate 100,100:print left(1),", ",top(1),", ",width(1),", ",height(1) et ça marche Bonne nuit |
|
Contenu sponsorisé
| Sujet: Re: width() left() height() top() + string$ | |
| |
|