 |
ALPHA-VISION® Bdc: AddDcLog
|
AddDcLog
SUMMARY
A new record is added to the DC-Log.
SYNTAX
AddDcLog(
<room, text, user>);
ARGUMENTS
- room (type:string)
-
The room the damage is reported for.
- text (type:string)
-
The description of the damage.
- user (type:string)
-
The user who reported the damage.
DESCRIPTION
Effect
A new record is added to the (_DCLOG.DBF) DC-Log. If SyncBdc-Dll is
running, the record is distributed to all operator stations.
EXAMPLES
AddDcLog("S IV 13", "Fire reported", OBJ._USR.Text);
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