InfoErrorClear - method of the Pm object
Description:
Delete the errors of defined type in the INFO system.
Syntax:
Empty InfoErrorClear(Long nType)
Parameters:
nType | (Long) Error type to be deleted (tab type in the INFO system that will be emptied).
-1 - All errors in all tabs
3 - Communication error (serial link, Ethernet, Web, DDE, etc.)
See the " /Errors/Comm" tab.
|
---|
Example:
JavaScriptVBScriptSelect and copy to clipboard
Pm.InfoErrorClear(5);
Pm.InfoErrorClear 5