Hmm, this is very strange! {---------------------------------------------------} Type TRecord = Record First : Word; Second : Word; End; Var Single : TRecord Value (10; 1000); { This works OK } Many : Array[1..2] Of TRecord Value ((10; 1000), { Does NOT compile! } (10; 1000)); Begin End. {---------------------------------------------------} I am using GPC-970510 for DJGPP 2.01. This might be a known bug since I read somewhere that arrays are not fully implemented yet. Cya l8r, and happy debugging :-) ________________________ | _) | | e-mail: bernie@icenet.com.au |___)ernhard |_|schirren ptschirrenb@cc.curtin.edu.au www: www.geocities.com/CollegePark/Quad/8070/
participants (1)
-
Bernhard Tschirren