I am having trouble with string arrays in Javascript.
var messages = "default"[];
Doesn’t compile. It tells me I need a semi-colon at the end.
var messages : String[];
Does compile, but I can’t set it to be anything in the inspector. If I type anything in “length” it automatically resets to zero.