User`s guide
Appendix
VEE User’s Guide 535
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.
Solution—Manipulating Records, Step 1
The resulting record should have five fields, as shown in
Figure 304.