README.md

December 5, 2022 ยท View on GitHub

ZabArray

Description

ZabArray stores data in Key/Value pairs like a collection. The key difference is that ZabArrays allow you to serialize the data into a string (PHP function) which can be saved to a text file or the registry. The string can be loaded into a different ZabArray to restore the entire structure.

More Info

A key (string) and and associated value. Value is solid data types like Int, Lng, Sng, Dbl, Cur, String, Byte, Bool, and Date. Also accepts a single-line string representing the data that was created from another ZabArray.

You cannot store arrays or objects in a ZabArray because of problems converting them to a string.

The same data that was input. Also returns a single-line string representing the data for restoration later.

The memory used by the data is 10% larger than the actual data. During serialization and unserialization the data is 120% larger until the process is complete.

Submitted On2004-05-19 17:35:48
ByBrian Zablocky
LevelIntermediate
User Rating4.8 (29 globes from 6 users)
CompatibilityVB 5.0, VB 6.0
CategoryData Structures
WorldVisual Basic
Archive FileZabArray1748015202004.zip

API Declarations

'
' No API. Everything is hard-coded.
'