Help for this page

Select Code to Download


  1. or download this
    my @ranges = $txtBox->tagRanges('sel');
    my $text   = $txtBox->get(@ranges[0,1]);
    ...
    
  2. or download this
    if(@r)
        {
    ...