Declaring arrays in csh

Does anyone know how to declare an array in csh? I don't want to declare any elements in the array because I have a variable that represents the size of the array. For example: the array I want to declare is called sortList and it passes in the variable ARRAYSIZE that stores the value 8.

Hi.

The man csh document does not discuss arrays using that term, at least the version that describes tcsh. It does mention components of lists.

Perhaps the thread I need help with arrays in C Shell may help you.

Best wishes ... cheers, drl