Path: utzoo!attcan!uunet!cs.utexas.edu!yale!cmcl2!adm!news From: ECOAV%ECOSTAT.AAU.DK@uga.cc.uga.edu Newsgroups: comp.lang.pascal Subject: Re: Defining variable lenght arrays Message-ID: <24790@adm.BRL.MIL> Date: 17 Oct 90 17:57:11 GMT Sender: news@adm.BRL.MIL Lines: 15 > Does anyone know if it is possible and how to define a variable length char > array in VAX Pascal? Any information would be helpful. Yes - it is possible. Try: var vstr : varying [80] of char; There exist LENGTH,INDEX and SUBSTR functions, and '+' is used as a concatanation operator. Arne Vajhxj ECOAV@ECOSTAT.AAU.DK