Sic_FnctnInProf

SUMMARY

Sic_FnctnInProf - Is Funktion in Profile

SYNTAX

Sic_FnctnInProf(<Funct.No>,<Prof.No>)

ARGUMENTS

Funct.No
- Function Number
Prof.No
- Profile Number

DESCRIPTION

Checks whether the function is contained in the profile.

EXAMPLES

Sic_FnctnInProf(2,4)

checks whether funktion 2 is contained in profile 4.


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