> When executing this snippet
> I see in text0 only the last $i /in for cycle/
> What I  must add to prg code
> in order to see all cosequtive values of $i ?

for (my $i=0;$i<20;$i++){
        #$text0->delete('0.0','end'); # just don't delete everytime all
contents of the box
        $text0->insert('end',"$i\n");
}

Regards,

Jan Blaha

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to