Is there ways to create optional arguments to functions in vbscript?

后端 未结 5 1272
名媛妹妹
名媛妹妹 2020-12-17 08:14

Is there ways to create optional arguments to functions in vb script allowing you to write functions something like...

myFunc(\"happy\")
myFunc(\"happy\", 1,         


        
5条回答
提交回复
热议问题