Posted 16 years ago
by Van den Driessche Willy
Version: 4.0.0280
Platform: .NET 3.5
Environment: Windows Vista (32-bit)

Hi, is the VBSyntaxLanguage supposed to follow the definition of VB.NET ?
If it is, then there is a problem with named arguments in Visual basic :The component indicates a problem on the := token, while this is perfectly valid VB.
If it is, then there is a problem with named arguments in Visual basic :
Public Sub New ()
MyBase.New( startsNewRecord := False, _
endsOldRecord := True, _
recordLevel := 1, _
recordLength := 100, _
recordName := "jake")
End Sub