Synopsis
find(value, keyword, def, usehome)
Description
find will return
T if the specified keyword was found in an aipsrc
file,
F otherwise. If a find was made, its value will be returned.
If a default value was specified it will be used if the aipsrc keyword was
not present.
Arguments
value |
|
The value of the resource (Out) |
|
|
Allowed: |
String |
keyword |
|
The name of the resource to look up (In) |
|
|
Allowed: |
String |
def |
|
The default value to use if no aipsrc resource
found |
|
|
Allowed: |
String |
|
|
Default: |
F |
usehome |
|
Use the users own .aipsrc file? (In) |
|
|
Allowed: |
Bool |
|
|
Default: |
T |