Last updated 1 year ago
You did not specify the array , or provided an invalid value (for example, a number).
Possible solutions: use a valid type name:
var $var: array 10 of Double // incorrect $var: array 10 of Float // correct end