6 lines
98 B
ObjectPascal
6 lines
98 B
ObjectPascal
type AAA = record s: string[4] end;
|
|
|
|
begin
|
|
var f := OpenFile&<AAA>('a.dat');
|
|
//f.Read;
|
|
end. |