das hier funktioniert leider nicht unter 2.0.6:
Code: Alles auswählen
type
TAusgabeformate = array of array of String;
const
Ausgabeformate: TAusgabeformate = (
// Format, Zeichen, Beschreibung
('Typ A', '80', 'ohne Gebühreninformationen'),
('Typ B', '80', 'mit Gebühreninformationen'),
('Typ C', '120', 'mit Gebühreninformationen')
);
Code: Alles auswählen
udata.pas(14,3) Fatal: Syntax error, "NIL" expected but "(" found
Wie kann ich das unter 2.0.6 nutzen?
mfg Maik