Skip to content

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

Description

' 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions