abfOpenRequestByIndex()
Opens an existing request in the currently open datatype.
Syntax
intabfOpenRequest(int idx);
Inputs
- idx
 - The number of the request to be opened.
 
Return Value
- 0
 - On success
 - 1
 - On failure (indicates request does not exist)
 
Example
abfOpenRequestByIndex("Upper Torso");
    Comments
This function must be called after a datatype has been opened.
Only one request can be open at a time.
Indexes are zero-based.