Depending on the programming style, you can choose:
- The ControlChars class, if you always use VB and other parts of your code, use VB standards (how do you declare variables? Like Integer or As Int32? Integer is VB, Int32 is common for every .NET language). In any case, only if you have already married VB. Otherwise..
- An environment for common, language and environment independently (my suggestion)
I think the worst thing would be to use retro-resistance functions like vbCrLf (or CInt (), etc.)
ccalboni Sep 09 '09 at 12:14 2009-09-09 12:14
source share