: Hiya.. sorry for toubling you guys again
: i would like to ask something about Record:
: what can i do to make the field of the record be variable?
:
: var file : string;
:
: begin
: readln(file);
: student.file := 'HA';
: end.
:
:
: thanks you all you guys help ><"
I'm not sure what mean here...but, all fields of a record are variables of some sort... unless is declared as a
const...

Could you be more explicit ?