Length of String Variable in VB6 - Xtreme Visual Basic Talk
Length of String Variable in VB6 General ... Dim s As String * 65536 ' 64K Static string dim s As String ' up to &h7fffffff of chars which is over 2 gigs of chars or 4 gigs (since there are 2 bytes in one char)....