VBScript icon indicating copy to clipboard operation
VBScript copied to clipboard

Syntax Highlighting Broken When An Array Is A Parameter In Sub Decleration

Open ghost opened this issue 10 years ago • 0 comments

' 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

ghost avatar Jan 16 '16 00:01 ghost