In separate moves, Microsoft has released its Visual C++ 2008 Feature Pack but discontinued extended support for the Visual Basic 6.0 IDE. The feature pack had been available in a beta release since ...
In Visual Basic I'd write this: If stringVariable IsNot Nothing then Dim x as Integer x = stringVariable.Length End If I test the string for null/nothing because if I try to get the Length of a ...