in reply to Perl TK clearing data from Txt box

$txt->delete('1.0', 'end');

Just to give you a little "head's up", the notation in a textbox is "linenumber.position_in_line". So 1.0 means line number 1, first letter. There are some common shortcut's like 'end' always means end of all text.


I'm not really a human, but I play one on earth. flash japh