//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 1998-2002 Borland International Inc.  All Rights Reserved.
//---------------------------------------------------------------------------

TITLE:
  VARARRAY

DESCRIPTION:
  Demonstrates use of Variant Arrays.

DEMONSTRATES:
  Variant, OPENARRAY

COMMENTS:
  This program provides very simple examples of using Variant Arrays.
  Variant Arrays are VCL version of the Safe Arrays used in standard
  OLE programming.  The code shown here provides examples of using both
  one dimensional and two dimensional variant arrays.

 
