I am just trying to learn razor syntax for webmatrix and I am struggling with arrays and cant find any guidance, can someone show me where I am going wrong..cheers
@for(var i = 1; i < 13; i++) {
int[] new monthArray[i];
}
I need to create 12 arrays named as:
monthArray1
monthArray2
monthArray3
.......
monthArray12