October 2019
Intermediate to advanced
430 pages
19h 4m
English
|
Syntax, FIND method:
object-name.FIND(<KEY: value-1,
... KEY: value-n>)
object-name
specifies the name
of the component object.
value
specifies the key value
whose type must match the corresponding key variable that is specified
in a DEFINEKEY method call.
The number of “KEY:value”
pairs depends on the number of key variables that you define by using
the DEFINEKEY method.
|