Free Pascal Links
Free Pascal
Free Pascal Wiki
Lazarus IDE
Lazarus Forum
forum.lazarus.freepascal.org/index.php?action=forum
Projects Using Lazarus
wiki.freepascal.org/Projects_using_Lazarus
The record type can get around the problem of arrays requiring the same data type. 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.
Code Download
FPProgT30.zip
Free Pascal
Free Pascal Wiki
Lazarus IDE
Lazarus Forum
forum.lazarus.freepascal.org/index.php?action=forum
Projects Using Lazarus
wiki.freepascal.org/Projects_using_Lazarus