Posted 13 years ago
by Piero Quintavalle
Dear Staff,
I was right now working with arrays, using the SyntaxEditor v4.0.0289 in evaluation and I have encountered a problem. Here is my code:Is this the expected behaviour or is it an issue to be fixed?
Thanks in advance
I was right now working with arrays, using the SyntaxEditor v4.0.0289 in evaluation and I have encountered a problem. Here is my code:
Public Sub MySub()
Dim s As String() = New String(){"s1", "s2"}
s(0). 'here no intellisense is shown
Dim e As String = String. 'as well as here
Dim a As String
a. 'and here
End Sub
Thanks in advance