Unable to define fixed length strings...

Hi
I'm unable to compile string with fixed lengths like:
myString : string[100];

Is that intentionally?
Br Robert

I'll check this with the pas2js team

There isn't an underlying JavaScript fixed length string type, so a direct mapping isn't possible.