Agustin Barto wrote:
> I have to build some container classes (like java Vector) for a
> project. I was thinking on how to store some primitive values (so far
> I only need to store Integer, Real or Extended and ShortString) and I
> can't decide between variants (variant arrays) and variant records
"variant arrays"!
~David.
Original Message
> From: Agustin Barto <[EMAIL PROTECTED]>
> Sent: Saturday, July 23, 2005 5:57 PM
> To: FPC-Pascal users discussions
> Subject: [fpc-pascal] Variants vs. Variant Records
>
> I have to build some
I have to build some container classes (like java Vector) for a
project. I was thinking on how to store some primitive values (so far
I only need to store Integer, Real or Extended and ShortString) and I
can't decide between variants (variant arrays) and variant records
(dynamic arrays of variant r