Re: unexpected csh behaviour

2008-06-25 Thread michael
On Wed, 2008-06-25 at 15:10 +0100, michael wrote: > In the below, I was expecting $#test to return 1 and $%test to return 7 > - can somebody clarify why this isn't so? Ta, $test > > > > ratty:~/models-3/mcip3> setenv test michael > ratty:~/models-3/mcip3> echo $test > michael > ratty:~/models-3/

unexpected csh behaviour

2008-06-25 Thread michael
In the below, I was expecting $#test to return 1 and $%test to return 7 - can somebody clarify why this isn't so? Ta, $test ratty:~/models-3/mcip3> setenv test michael ratty:~/models-3/mcip3> echo $test michael ratty:~/models-3/mcip3> echo $?test 1 ratty:~/models-3/mcip3> echo $#test michael rat