News

vb does not use garbage collection (though vb.net does).<BR><BR>basically, when a variable goes out of scope, it gets wiped out then.<BR><BR>as for the dynamic arrays, you probably should avoid ...
Initialize Any Collection, Including Your Own, in One VB Statement Most Visual Basic developers are aware that they can declare and initialize an array in one statement like this: Dim csts() As String ...