Help for this page

Select Code to Download


  1. or download this
    #! perl -w
    
    ...
    my $Class = "ValorLepComApi.T5KAEFactory";
    eval {$LEP = Win32::OLE->GetActiveObject($Class)};
            die "LEP not installed" if $@;
    
  2. or download this
    For each PLACEMENT in Recipe.Placements
    MsgBox PLACEMENT.PlacementPart.Refdes 
    Next