I need to declare a string to hold text larger than 1024 characters. In my application srting variables can hold maximum 255 chars. What should I do?
问问题
8189 次
1 回答
9
Where did you get this idea? The maximum string length in VB6 is over a billion characters.
See here: http://www.vbforums.com/showthread.php?395267-maximum-length-for-string-in-VB6
于 2013-05-29T04:34:37.117 回答