From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_20 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 1 Jul 91 12:45:23 GMT From: milo!grebyn!cbw@uunet.uu.net (CBW Consulting) Subject: Re: What should this do? Message-ID: <1991Jul1.124523.1940@grebyn.com> List-Id: There is nothing wrong with declaring an array to have a null range (lower bound > upper bound) and this should not raise an exception on any validated compiler. You will however get an exception if you try to access a null array. Now since the dynamic string type is declared as a private type, the package that declares the private type should have all the operations you need to manipulate strings. I have used dynamic strings of this type on several different compiler implementations without error. Chuck Williams CBW Consulting