Back to Browse

Vbscript Procedures - Difference between Sub and Function procedures

478 views
Sep 21, 2023
7:46

Types of Procedures in VBScript A procedure is a block of code that ideally performs a single function. A block of code that processes an input or handles a file is a good example of a function. There are two types of procedures in VBScript. 1. Sub procedure: The sub-procedure does not return a value. 2. Function procedure: The function procedure is used if you want to return a value. Please find the below link for your reference. https://github.com/hkumaran/vbscript/blob/main/vbscript_procedures To get in touch with me , contact me on my LinkedIn profile. https://www.linkedin.com/in/haritha-kumaran-837631131 #vbscript #logic #program #programmer #uft #testcomplete #vba #programminglanguage #qtp #scriptinglanguage #automation #automationtester #

Download

1 formats

Video Formats

360pmp49.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Vbscript Procedures - Difference between Sub and Function procedures | NatokHD