VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



FYI: Serialize MultiDimensional Arrays

by LaVolpe (66 Submissions)
Category: Data Structures
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (10 Votes)

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

Download FYI: Serialize MultiDimensional Arrays

Download FYI: Serialize MultiDimensional Arrays (10 KB)

FYI: Serialize MultiDimensional Arrays Comments

No comments have been posted about FYI: Serialize MultiDimensional Arrays. Why not be the first to post a comment about FYI: Serialize MultiDimensional Arrays.

Post your comment

Subject:
Message:
0/1000 characters