|
-
Nov 15th, 2012, 09:30 PM
#1
Thread Starter
Frenzied Member
How can I store a large string in visual basic 6 (in runtime?)
I want to have a standalone exe that has a large string (~1mb) of data. What is the best way to do this?
The textbox has a limit of ~65000 characters.. and you cannot simply write in the IDE
someString = 1mbworthofdata
How can you store a large string in a program without having to resort to loading the data from a file?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|