murugans1011Regular Contributor12 years agoVBScript helpIs it possible to create function with optional arguments(parameters) in vbscript?
1 ReplyReplies sorted by Most LikedhlalumiereRegular Contributor12 years agoNo, there is no overloading allowed in VBScript. You dont have to pass a value though, add some handling for null values.
hlalumiereRegular Contributor12 years agoNo, there is no overloading allowed in VBScript. You dont have to pass a value though, add some handling for null values.
Recent DiscussionsAccess Form opend with a menuitemCan we set sheet name in excel as active using python scriptSolvedUnable to capture objects inside iFrames in Power App using TestComplete