Sic_Clear

SUMMARY

Sic_Clear - Clears a Sic-Transaction

SYNTAX

Sic_Clear()

ARGUMENTS

none

DESCRIPTION

Clears a variable.

In case the variable $SICREPLY gets value 2 (transaction denied), the Sic_Clear() function is called on all stations. (It must be configured via a Dataobject-event.) If the condition $SICACTIVE = $OSNO is true, the function clears all variables, i.e. only the station that originally initiated the transaction is able to perform the clear operation.

EXAMPLES

Sic_Clear()


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times