Inspect Manual

Inspect Concepts
Inspect Manual429164-006
2-19
Data Locations
You can display the value of PRICE for the fourth through sixth occurrences of
WIDTH of the second occurrence of THICKNESS by entering the command:
You can modify the value of PRICE for the third through fifth occurrences of
WIDTH of the first occurrence of THICKNESS by entering the command:
-COBOBJ-DISPLAY price(2,4:6)
LUMBER-TABLE.THICKNESS[2].WIDTH[4].PRICE= 1.89
LUMBER-TABLE.THICKNESS[2].WIDTH[5].PRICE= 2.09
LUMBER-TABLE.THICKNESS[2].WIDTH[6].PRICE= 2.29
-COBOBJ-MODIFY price(1,3:5) = 1.29,1.49,1.69