Function type:
BOOLEAN
Suppose you want to check a list of strings for the presence of a specific string. Your template should contain the following statements:VARIABLE
ACTIVITY act_id;
LIST OF STRING string_list;
INTEGER status;
.
.
IF stm_list_contains_string
(string_list, ’SPECIFICATION’, status) THEN
.
.