Performance
René Micout
rene.micout at numericable.com
Sun Jun 20 09:23:26 EDT 2010
Même réponse que Mark donc même merci (mais en français !)
Bon souvenir de Paris
René
Le 20 juin 2010 à 15:19, Thierry a écrit :
>
> Le 20 juin 2010 à 15:07, René Micout a écrit :
>
>> I have also this case : no variable but object (button) name :
>>
>> repeat with i = 1 to 21
>> put "set the backColor of btn" && quote & "btnHarmo"& i & quote && "to 89,149,218" into vxA ; do vxA
>> end repeat
>
> meme effet que ton code, sans le DO, donc plus rapide
> et surement plus simple a lire...
>
> repeat with i = 1 to 21
> set the backColor of btn ("btnHarmo"& i ) to 89,149,218
> end repeat
>
>
> Cordialement
> Thierry
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list