setw() equiv would be sth like this:
String.Format("{0,10:D}", 2) : will format number 2 as a string of width 10 aligned to the right, use -10 to have it aligned on the left
as for declaring the vars, you can do it like this:
int[] a, b, c = new int[10];
r0ckbaer
Junior Poster in Training
55 posts since Dec 2003
Reputation Points: 13
Solved Threads: 6