Help for this page

Select Code to Download


  1. or download this
    $string = $resultbox->get('1.0', 'end');
    $printer->print($string);
    
  2. or download this
    $string = $resultbox->get('sel.first', 'sel.last');
    $printer->print($string);
    
  3. or download this
    if(defined ($resBox->get('sel.first')))