Help for this page

Select Code to Download


  1. or download this
    Function NumToString(num As Double)
        ' (Yes, this is VBA code... but it controls Perlscript
    ...
        Perl.ExecuteStatement "$num->parse(" & num & ")"
        NumToString = Perl.Eval("$num->get_string")
    End Function