I am trying to read in a text widget line by line: 
        my $peg1=$PegText->get('1.0', '1.0 lineend');
        my $peg2=$PegText->get('2.0', '2.0 lineend');

the problem is I want to do it dynamically, because I don't know how may I will have 
in the future.. I read about the following method, 
        my @lines = $PegText->get($PegText->tagRanges($tag));
but I don't know how to define $tag... any help?  Thanks, steve.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to