We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
' drop this code into sublime using VBScript it should become apparent
Sub Name1(ByRef arrNameHere() As String, strNameHere1 As String) ' code 1 here End Sub
Sub Name2(ByRef intNameHere As Integer, strNameHere2 As String) ' code 2 here End Sub