VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

FYI: Serialize MultiDimensional Arrays

LaVolpe  (66 Submissions)   Data Structures   Advanced   Wed 3rd February 2021

Small updates & converted to Class Module. Maybe usercontrol writers might find this useful; other than that? The attached code is a bunch of memory manipulation to convert/serialize any dimension array into a single dimensioned byte array, primarily for storage into a property bag. The routines also convert that single dimensional byte array back into the same mulitdimensional array it came from; maintaining all array attributes. I would think good knowledge of how various data types are stored by VB would be needed to fully understand the code. P.S. No screenshot because there really is nothing to show - 1 button. 13Dec06::Patched. Logic to determine if a passed string array contained fixed or variable length strings was incorrect.

Rate FYI: Serialize MultiDimensional Arrays (11(11 Vote))

Download FYI: Serialize MultiDimensional Arrays

FYI: Serialize MultiDimensional Arrays Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters