Help for this page

Select Code to Download


  1. or download this
    Dim mathcad, worksheets, sheet
    
    ...
    
    MsgBox(sheet.getValue("output1"))
    MsgBox(sheet.getValue("output2"))
    
  2. or download this
     #!/usr/ym/util/perl
    use Win32::OLE; 
    ...
    my $answer2 = $S->getValue('output2');
    
    print "($answer1,$answer2)\n";