Sic_HasByUserObj

SUMMARY

Sic_HasByUserObj - Checks the presence of LogSIC

SYNTAX

Sic_HasByUserObj(<SIC-ID>,<PointID>)

ARGUMENTS

SIC-ID
- SIC-Number
PointID
- $USR, the currently logged in user

DESCRIPTION

Checks whether the “SIC number” is owned by the currently logged in user.

The function returns a ‘1’ if the “SIC number” is owned by the currently logged in user.
Used as an enable function on the button for releasing the SIC.

EXAMPLES

Sic_HasByUserObj(2,$USR)

Checks whether the SIC-Number 2 is owned by the currently logged in user.


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