User`s guide

Storing and Retrieving Test Results Chapter 5
VEE User’s Guide 229
4 Select Data Access Record Get Field and place the object
under the Set Field (rec.field=b) object. Edit the Get Field
object expression from rec.field to rec.data. Connect the
data output of
rec.field = b to the data input of rec.field.
5 Select an AlphaNumeric display, size it to accommodate an
array, and connect it to the rec.field output pin.
6 Run the program and save it as setfield.vee. The program
should look like
Figure 137.
Figure 137 Using the Set Field Object
You can modify any Record fields as shown in this example. You
could also modify part of the field. For example, try changing
the expression in rec.field = b to rec.data[1]=20. Then delete
the rec.field = b input b. Run the program again and you should
see the array: 2.2, 20, 4.4, 5.5.
NOTE
You could also use a Formula object with A.data in the expression field.