SYSdeleteReplacement

Top  Previous  Next

Compensation rule extinguish.

With this procedure a compensation expression from the list of the compensations is removed. For it the string text is compared to the regular expressions. The first expression which fits on the string text is removed. In this case it is delivered as a result TRUE. If no regular expression fits, delivers SYSdeleteReplacement FALSE.

Parametre

text (char *) [IN]

This string is used as an input for the regular expressions in the list of the Aliasse. The first alias expression on which text fits is removed from this list.

Result

(int) [OUT]

The procedure delivers TRUE if, otherwise, an alias could be removed, FALSE.

Declaration

#include "system.h"

 

int DLLENTRY SYSdeleteReplacement (

char * text

);