Free Pascal Program Tutorial 30 - Array Of Record - Lazarus

Опубликовано: 14 Май 2012
на канале: SchoolFreeware
41,064
203

http://www.schoolfreeware.com

The record type is that it can get around the problem of arrays requiring the same data type. Since the record can hold multiple data of different data types, but sill be of type record. The array can hold the record without violating its data type rules.

This program creates an array, places the data into the array, then prints the data to the screen.