in reply to Text Widget empty string

Why $agency_infotf->get('1.0','end') rather than $agency_infotf->get(0,'end')?


Perl is Huffman encoded by design.

Replies are listed 'Best First'.
Re^2: Text Widget empty string
by pg (Canon) on Jul 29, 2005 at 04:54 UTC

    He actually did that part right. '1.0' is a valid index, but '0' is not.