Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | aipsrc |
test.list: ScR test.list1: testThe following will be the result:
- y := "none screen gui" - drc.findlist(x, 'test.list', y, 'gui') T - x 2 - drc.findlist(x, 'test.list1', y, 'gui') F - x 3 - drc.findlist(x, 'test.list1', y) F - x 4
value | The value of the resource (Out) | ||
Allowed: | Int | ||
keyword | The name of the resource to look up (In) | ||
Allowed: | String | ||
vlist | List of code values that will be recognised | ||
Allowed: | String array | ||
def | Default value to use if keyword not present, or value does not match code value list | ||
Allowed: | String | ||
Default: | '' |