Friday, October 5, 2007

How to work with record

How to work with record

To work with record

Step 1

Description:

The components of a record are called fields. Each field has its own field identifier and type

Example:

type

student=record

StudentNo:longint;

StudentName:string;

Department:string;

end;

No comments: