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
Printable View
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
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.
Google is great: saving array registry (Check-out the first link in the results)