Hi,
Question, should it be possible to use the following:
const
MyStrings: array[0..2] of string = ('Apple', 'Banana', 'Orange');
I'm getting the following compile error:
Compiling..
Compile Error
Compiler Message: [Error] (2:12): is ('=') expected
Best regards,
Pascal