UND : Herzlich Willkommen in der
DP!
Für belibige Zahlen:
Delphi-Quellcode:
var
Myarray : array[0..3] of Integer;
MyZahl: Integer;
begin
MyArray[0] := 1;
MyArray[1] := 29;
MyArray[2] := 17;
MyArray[3] := 4;
// mach was
MyZahl := MyArray[RadioGroup1.ItemIndex];