Dim myInt[] As Integer 'Note I acually did not make this mistake but It's one I'm likely to make in the future Dim myString As String; 'I use this semicolon all the time in VB which is Bad (VB needs to make use of the semi colon)
and just today I tried to write some C# like this
//Some code here int i; char x; 'oops this is a VB comment
Has anybody else make these kind of mistakes?

New Topic/Question
Reply




MultiQuote



|