 |
ALPHA-VISION® Misc Actions: Usr_MsgOut
|
Usr_MsgOut
SUMMARY
Usr_MsgOut - Show message in statusline
SYNTAX
Usr_MsgOut (
<Meldungsname>)
ARGUMENTS
- Meldungsname
-
Name der Meldung
DESCRIPTION
zeigt eine projektierte Meldung in der Statuszeile der Applikationenarea an.
unter dem Meldungsnamen wird in AvET in der Meldungsliste die gewünschte Meldung erstellt
EXAMPLES
Usr_MsgOut(info_11)
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