|
vList Xtra saves and retrieves Lingo lists and other data types in binary format using either an external file or a cast member for storage. Lists are a powerful and fast way to manage all kinds of information in Director. Since lists can hold Director's rich media and data types they are the natural solution for creating Director databases, yet few developers use them this way. Why? Because saving and retrieving lists at runtime using Director's built-in string() and value() methods is slow and limited.
vList Xtra addresses these problems, and offers several advantages over Director's own list saving methods, including compression, encryption, reliability, flexibility, better performance and support for more data types.
|
|