|
-
Mar 2nd, 2006, 11:20 AM
#1
Thread Starter
Fanatic Member
Saving an array in registry
Hey all,
I was wonderin if there is anyway that I could save a boolean array and a string array with the registry? I've tried it, but you can only save strings.
Thanks
-
Mar 2nd, 2006, 11:25 AM
#2
Re: Saving an array in registry
You can save True/False as strings [ CStr("True") ] as well and when you have to assign back string CBool("True") is evaluated as True so I don't see any problems with that.
-
Mar 2nd, 2006, 02:06 PM
#3
Hyperactive Member
Re: Saving an array in registry
Google is great: saving array registry (Check-out the first link in the results)
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
|