Const Arr: Array[1..2] of record S: String; V: Real; end = ((S:'Элемент1';V:1.5),(S:'Элемент2';V:2.0));