in reply to Re^2: searching through array for multiple patternsin thread searching through array for multiple patterns
maybe somthing like
if(index("@commands_run",'clock') >= 0) { # string 'clock' found somewhere in array } [download]