VBScript
VBScript copied to clipboard
Syntax Highlighting Broken When An Array Is A Parameter In Sub Decleration
' 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