|
|
|
|
|
by usedtolurk
5218 days ago
|
|
Over the years I have gradually come to prefer VB too. I find it slightly easier to read and also easier to explain to noobs. I particularly prefer
...
End If
Next i
End Sub to
...
}
}
} That said it's easy enough to adjust and I often don't even notice which language sample code is written in. |
|