[Previous] [TOC] [Next]

Using Variants Instead of Simple Data Types


In this section I'll discuss the pros and cons of using Variants in place of simple data types such as Integer, Long, Double, and String. This is an unorthodox practice-the standard approach is to avoid the use of Variants for a number of reasons. We'll look at the counterarguments first.

[Previous] [TOC] [Next]