SELECT_REQUEST_IDS

For a given request file, prompts the user to select request IDs of interest and returns an array of integers representing the selected IDs.

Format

SELECT_REQUEST_IDS(request_file_name)

Argument

 
request_file_name
String repesenting request file name.

Example

variable set variable=myids int=(eval(SELECT_REQUEST_IDS("testuser.req")))