1

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?

4

1 回答 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 回答