From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,240cb913c01fcedf,start X-Google-Attributes: gid103376,public From: Chris Warwick Subject: record to text in VADS ala Alsys Date: 1996/10/15 Message-ID: <540tvu$njc@magpie.cdev.com>#1/1 X-Deja-AN: 189807206 organization: Computing Devices International newsgroups: comp.lang.ada Date: 1996-10-15T00:00:00+00:00 List-Id: This may be my poor memory. I recall a feature of the Alsys Ada compiler where it would translate an arbitrary Ada record into a textual equivilant. If my memory serves it was something like... record_type'image(value) and the result would be (attribute_name_1 => value, attribute_name_2 => value, ... ) Does anyone know if there is an equvilant feature in VADS? Is there any easy way to write it?