ich will "ein Dynamisches Array und Statischen Array in ein Array machen".
Das ist vielleicht nicht gut ausgedrückt.
Also ich hab ein Array(D+S) erstellt :
array1 :array of array[0..1] of string;
so das will ich in einer function als rückgabewert nehmen
function array1() : array of array[0..1] of string;
und das klappt nicht.
ich hab schon in
Wikipedia geschaut:
Zitat:
Delphi-Quellcode:
var
gast: array of array[0..1] of string;
aber so hab ich das doch.
wo liegt das problem?
danke für Antworten