Clear strAlert History


Recommended Posts

No, but its entries have time associated with it so you can subset on time. So, for example, if you only want to retrieve alerts from a certain time, assign that time to a global variable:

global starttime = systime()

then when you access strAlert, subset using this value:

strAlert[starttime, systime()]

To "clear" it, just reset starttime to systime().

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.