Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!cluster!metro!natmlab.dap.csiro.au!ditsyda!macuni!mqccsunc!ddavidso From: ddavidso@mqccsunc.mqcc.mq.OZ (Dean Davidson) Newsgroups: comp.lang.pascal Subject: Re: (none) Message-ID: <157@macuni.mqcc.mq.oz> Date: 23 Jan 90 20:46:25 GMT References: <22158@adm.BRL.MIL> Sender: news@macuni.mqcc.mq.oz Reply-To: ddavidso@mqccsunc.mq.oz (Dean Davidson) Organization: Macquarie University, Sydney Lines: 14 In article <22158@adm.BRL.MIL> I2010506%DBSTU1.BITNET@cunyvm.cuny.edu writes: >Date: 22 January 1990, 14:48:27 MEZ >From: Christian Boettger +49 (0)531 3915113 / I2010506 at DBSTU1 > >> ... >>bios_shift_status := bios_shift_status + num_lock; <---ERROR >>... >I tried to compile this, the result was "Error 23: Type mismatch". Try : bios_shift_status := bios_shift_status + [num_lock]; As I understand it num_lock is "converted" to a set type by the [] D