Getting an error when using an Array of String Arrays
So I get this error: ";" expected. insert a semicolom at the end for this line:
var arrays : String[][];
My question is, is there a way to have an Array of string Arrays?
Comment