Hallo testier,
Ah, ja. Dann:
Sprache = {'java', 'c++', 'php'}; % Geschweifte Klammern->Cell String
% Indizieren mit geschweifter Klammer: Cell String -> String
langu = Sprache{3};
funktionA(langu);
Gruß, Jan
↧