VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Trick VB into making small bit arrays by controlling its array management

Xavier Harel  (2 Submissions)   Miscellaneous   Visual Basic 3.0   Advanced   Wed 3rd February 2021

Replace the array descriptor that VB uses with your own descriptor structure, and make it point to your data. Here is an example that forces VB to create an array of bytes that only takes 2 bytes per array element instead of 6, plus the descriptor size. Lots of comments. Please don't forget to vote!

Rate Trick VB into making small bit arrays by controlling its array management (2(2 Vote))
Trick VB into making small bit arrays by controlling its array management.bas

Trick VB into making small bit arrays by controlling its array management Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters