↧
Question about array type parameters in VBScript
Using the MSScriptControl in VB6 as the host, I noticed some interesting things about passing parameters to a VBScript function. My The code on the host side is: Code: Private Sub Command1_Click()...
View Article