========================================================================
DYNST1.ZIP                             Turbo Pascal for Windows code
========================================================================
What it is:        Unit for the creation and use of dynamically
                   allocated string arrays. You can't use standard
                   string notation because this is an object, but it's
                   airtight (as far as I can tell), flexible, and
                   free.

                   The file DEMO.PAS contains an interactive demonstration
                   showing you the allocation, use, and disposition of
                   a dynamic string array.

Date:              10/18/91
Author:            Tom Campbell
Terms:             Use this source code, redistribute it--anything you want
                   to do with it, as long as you retain this notice and
                   the copyright notice in the source code.

Copyright (C) 1991 by Tom Campbell

