Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site nbires.UUCP Path: utzoo!linus!decvax!hplabs!hao!nbires!nose From: nose@nbires.UUCP (Steve Dunn) Newsgroups: net.unix-wizards Subject: More C-shell weirdness [Another word count problem] Message-ID: <684@nbires.UUCP> Date: Mon, 31-Mar-86 17:02:35 EST Article-I.D.: nbires.684 Posted: Mon Mar 31 17:02:35 1986 Date-Received: Wed, 2-Apr-86 20:47:44 EST Distribution: net Organization: NBI,Inc, Boulder CO Lines: 21 And now for another issue of "Can you explain this" from whinin' Steve Dunn. This: set a = '' set a = ($a '') echo $#a Yields 1 But this: set a = ('' '') echo $#a Yields 2 This curious behavior has not actually caused me any trouble but I am a bit puzzled -Steve "Grep-face" Dunn