I want to do something like this:
const MyFirstConstArray: array[0..1] of string = (\'Hi\', \'Foo\'); MySecondConstArrayWhichIncludesTheFirstOne: array[0..2
I don't think so. You'll have to do it in code. If these are global constants, you can do the initialization in the 'initialization' section of the unit.