Compile error: "Unexpected error"

Hi,
Is this a bug or finger trouble on my part? [Windows 10 64 bit, GP: 2.3.0]

A script I was writing gave a strange error when I compiled it (i.e. It says ‘Unexpected error’). I reduced the code down to the absolute minimum (below) and this also fail with the ‘Unexpected Error’ message. The non array version, which is commented out below, compiles with no problems. I cannot see why this would not work - so any ides would be appreciated please:-

//var Test : boolean
Var Test : boolean[128]
initialization
//Test = true
Test[1] = true
End

Barry

Great catch ---- it is because I’m not handling boolean values in arrays — will fix that ASAP

I’ve fixed this — hopefully it will be in the next release that we put out.