In article
,
Jah_Alarm wrote:
> On Aug 17, 3:32Â am, Eric Brunel
> wrote:
> > In article
> > <993d9560-564d-47f0-b2db-6f0c6404a...@g6g2000pro.googlegroups.com>,
> >
> > Â Jah_Alarm wrote:
> > > hi,
> >
> > > pls help me out with the following issue: I wrote a function that uses
> > > a for lo
On Aug 17, 3:32 am, Eric Brunel
wrote:
> In article
> <993d9560-564d-47f0-b2db-6f0c6404a...@g6g2000pro.googlegroups.com>,
>
> Jah_Alarm wrote:
> > hi,
>
> > pls help me out with the following issue: I wrote a function that uses
> > a for loop that changes a value of a certain variable each itera
In article
<993d9560-564d-47f0-b2db-6f0c6404a...@g6g2000pro.googlegroups.com>,
Jah_Alarm wrote:
> hi,
>
> pls help me out with the following issue: I wrote a function that uses
> a for loop that changes a value of a certain variable each iteration.
> What I want is by clicking a button in GUI
hi,
pls help me out with the following issue: I wrote a function that uses
a for loop that changes a value of a certain variable each iteration.
What I want is by clicking a button in GUI (with the command bound to
this function) this value each iteration is displayed in a textbox
(label). So far