Performance
René Micout
rene.micout at numericable.com
Sun Jun 20 09:21:44 EDT 2010
YES !
That seems obvious when one sees !
It is sometimes necessary to step aside to see what is right before us.
Hartelijk dank
Le 20 juin 2010 à 15:15, Mark Schonewille a écrit :
> René,
>
> repeat with i = 1 to 21
> put "btnHarmo" & i into myBtn
> set the backColor of btn myBtn to 89,149,218
> end repeat
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
>
> Subscribe to the Economy-x-Talk newsletter at http://qurl.tk/cj
> Download Clipboard Link http://clipboardlink.economy-x-talk.com and share the clipboard of your computer over the local network.
>
> On 20 jun 2010, at 15:07, René Micout wrote:
>
>> 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
>>
>> is array solution possible ?
>>
>> or it is necessary to do :
>>
>> set the backColor of btn "btnHarmo1" to 89,149,218
>> set the backColor of btn "btnHarmo2" to 89,149,218
>> set the backColor of btn "btnHarmo3" to 89,149,218
>> ...
>> ...
>> set the backColor of btn "btnHarmo21" to 89,149,218
>>
>>
>
> _______________________________________________
> 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