I'm trying use a simple static array in my script. In trying to track down the exact cause of the error, I reduced my script to one line: the dim statement. Even this gets the error: "No variable given for "Dim","Local","Global" or "Const" statement.
This occurs even when I cut and paste the exact example given in the online documentation:
Dim $Array1[12]=[3, 7.5, "string"]
(For the record, I've also tried to simplify this by using Dim $array[3]=[1,2,3] and several other super simple ar