From: cs19 AT cityscape DOT co DOT uk (BDC Client Team) Newsgroups: comp.os.msdos.djgpp Subject: Thanks for the help ( int[=0,d[4] ) Date: Fri, 08 Nov 1996 13:40:41 GMT Organization: IP-GOLD User Lines: 14 Message-ID: <847460441.21005.0@ciscs19.demon.co.uk> NNTP-Posting-Host: ciscs19.demon.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Just a short note to thank all those who gave me an answer to what was an incredibly dumb question ! I didn't realise that a line that defined a variable and then assigned a value to it, could also define other variables after the assignment - duh! I've only ever seen things like: int p=0; int d[4]; Thanks again Neil