home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / data / getfield. / getfield.bin
Text File  |  1995-12-09  |  564b  |  14 lines

  1. OPERATOR
  2.  
  3. getField --- extract a field from input object
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The getField operator allows the user to extract the value of a particular 
  9. field from within a complex object. The field to be extracted is specified 
  10. using the field parameter. Fields can be extracted from complex structures. For 
  11. example, a structure foo has an interior structure fooComponent which in turn 
  12. has 5 fields, field1 through field5 . The value of field4 could then be 
  13. extracted using either fooComponent.field4 or fooComponent->field4 . 
  14.