508 Appendix A
Additional Lab Exercises
Records
Records
Manipulating Records
Manipulating Records, Step 1
Build a record with three fields holding an integer, the time right now as a
string, and a four element array of reals. The fields should be named
int,
daytime, and rarry, respectively. Merge this record with another that
holds a random number between 0 and 1, and a waveform. Name these fields
rand and wave.