Flt_StationUne

SUMMARY

Flt_StationUne - Excludes the events of a station from being displayed

SYNTAX

Flt_StationUne (Cursorname,Station)

ARGUMENTS

Cursorname
- Connects the Listbox to a resource.
Station
- defines the excluded station

DESCRIPTION

For the named cursor events generated by the defined station are excluded from being displayed.

EXAMPLES

Flt_StationUne(ALARM,St_2)

No alarm generated by the station named "St_2" is displayed.


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