home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
demo
/
wit4711
/
lib
/
help
/
data
/
getfield.
/
getfield.bin
Wrap
Text File
|
1995-12-09
|
564b
|
14 lines
OPERATOR
getField --- extract a field from input object
DESCRIPTION
The getField operator allows the user to extract the value of a particular
field from within a complex object. The field to be extracted is specified
using the field parameter. Fields can be extracted from complex structures. For
example, a structure foo has an interior structure fooComponent which in turn
has 5 fields, field1 through field5 . The value of field4 could then be
extracted using either fooComponent.field4 or fooComponent->field4 .