Help for this page

Select Code to Download


  1. or download this
    $text->delete($start_index,$end_index);
    $text->insert($start_index,$my_new_text);
    
  2. or download this
    use strict; 
    use Tk;
    ...
        $text->insert($start_index,$old_data);
        return;
    }