silogarrett Posted March 2, 2012 Share Posted March 2, 2012 Hi Guru! Is there a way to clear the history of strAlert? Mike Link to comment Share on other sites More sharing options...
AzeoTech Posted March 3, 2012 Share Posted March 3, 2012 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 More sharing options...
silogarrett Posted March 5, 2012 Author Share Posted March 5, 2012 Wonderful, thank you! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.