Quote:
|
Originally Posted by Sep102
Perhaps he is assuming that for those who have never coded anything and have no prior knowledge of programming before coming here, using VB .NET to write scripts would be a poor idea, most especially concerning the level of support they would likely receive on them than if they were written in C# (that is, not saying that VB .NET is a bad language or development platform, only that the vast majority here who know how to program most likely know more C# than VB).
|
personally i know more VB then C#, but I write all my scripts in C# for the exact reason that was mentioned in this thread... the order in which they compile prevents any C# script from accessing anything in a VB script although you can have a VB script access information from a C# script... It's all just a compiler order issue... but, there you have it.