User`s guide
Appendix
VEE User’s Guide 505
want the value of A on the Result pin; otherwise, you want the
string “FALSE” on the Result pin. You would use the following
triadic expression: (A<10 ? A : "FALSE").
Solution—Testing Numbers, Step 3
Figure 282 shows the solution to the Testing Numbers
exercise using only three objects.
Figure 282 Testing Numbers, Step 3
Collecting Random Numbers
Create a program that generates 100 random numbers and
displays them. Record the total time required to generate and
display the values.
Suggestions
NOTE
This could be implemented using a Real64 Input dialog box with its
automatic error-checking capability. However, the operator must enter a
valid number before the program can complete.