Hallo,
ich versuche grade Object Pascal Code nach VisualBasic bzw. Xojo zu übersetzen. An dieser Steller hapert es:
Code:
type
TGEDCOMApproximated =
(daExact, daAbout, daCalculated, daEstimated);
const
GEDCOMDateApproximatedArray: array[TGEDCOMApproximated] of string[3] =
('', 'ABT', 'CAL', 'EST');
Kann mir bitte jemand einen Hinweis dazu geben?Es geht speziell darum "array[TGEDCOMApproximated] of string[3]".
Danke und gute Nacht