invalid procedure - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: invalid procedure (/Thread-invalid-procedure) |
invalid procedure - bangla - 08-26-2010 Hi I get "Invalid call or procedure error" when I run the below script. Can you pls help me fixing it? thx. error line : If FS.GetFile(Path1).Size <> FS.GetFile(Path2).Size Then '''''''''''''''complete script''''''''''''''''' Code: Public function CompareFiles(Path1, Path2) |