Sic_OnStation

SUMMARY

Sic_OnStation - Checks the Presence of SICs

SYNTAX

Sic_OnStation(<Station-ID>,<SIC-ID>)

ARGUMENTS

Station-ID
- Station Number
SIC-ID
- SIC-Number

DESCRIPTION

Checks whether a defined station owns a defined SIC.

The function returns a ‘1’ if the station, defined in parameter 1, owns the SIC defined in parameter 2.
Used as an enable function on a button that request a SIC from a station.

EXAMPLES

Sic_OnStation(13,3)

Checks whether station 13 owns SIC 3.


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