10240 bytes* or characters*?
Dim strFoo As String * 5120 // 10240 bytes  
Dim strFoo As String * 10240 // 10240 characters
(* = VB6 strings are unicode, so each character in a string takes 2 bytes)
                  KristoferA - Huagati.com
                   2009-08-17 08:25:08