Turns Alerts off or resets them to the default.
Syntax:
ChangeAlertTo, None, defaultFlag, tildeDelimitedColumnIndexes
Parameters:
defaultFlag – apply the default alerting { ApplyDefault, empty }
tildeDelimitedColumnIndexes – tilde-delimited list of column-indexes to be changed, or -1 for all
Examples:
ChangeAlertTo,None,ApplyDefault,3~4
Apply the default alerting to column indexes 3 and 4.
ChangeAlertTo,None,,-1
Turn off all alerts. Column index of -1 means all columns.
Comments:If "ApplyDefault" with a column selected, this means remove any existing alert on those columns, but if no columns are selected, this means to change the default to no alerts.
|