T
Terry Olsen
I'm reading the response to the DOS "FIND" command into a string. Until
now it has worked just fine. Now it's returning so much data that the
string seems to be full. Here's a snippet of the last few lines:
---------- C:\PROGRA~1\VERITAS\BACKUP~1\NT\DATA\BEX22845.XML: 0
---------- C:\PROGRA~1\VERITAS\BACKUP~1\NT\DATA\BEX22851.XML: 0
---------- C:\PROGRA~1\VERITAS\BACKUP~1\NT\
How much can a string hold? Will a StringBuilder hold more? How would I
use a string builder in this case?
Thanks.
now it has worked just fine. Now it's returning so much data that the
string seems to be full. Here's a snippet of the last few lines:
---------- C:\PROGRA~1\VERITAS\BACKUP~1\NT\DATA\BEX22845.XML: 0
---------- C:\PROGRA~1\VERITAS\BACKUP~1\NT\DATA\BEX22851.XML: 0
---------- C:\PROGRA~1\VERITAS\BACKUP~1\NT\
How much can a string hold? Will a StringBuilder hold more? How would I
use a string builder in this case?
Thanks.