Help for this page

Select Code to Download


  1. or download this
    my $fctrEntry = $mw->Entry(
        -textvariable     => \$factor,
    ...
        $factor = sprintf("%.2f", $_[0]);
        print "Validate! $factor ";
    }