Key - || means OR
[[CHAT_LOG]].indexOf("Bot") >=0 || [[CHAT_LOG]].indexOf("Bots") >=0 [[CHAT_LOG]].indexOf("bots") >=0Repeat for as many words needed
Hi everyone,
I'm not an expert on this software.
I want to ask you which functions are suitable for doing this simple action:
I have a text file containing urls (I'm not sure if they must be separated by commas or if each one must be positioned for each line).
I would like to create a foreach loop where all the url's of the text file were opened one at a time.
Thanks in advance
Please read the following for LinesFromFile & resources.
Wiki
2 Methods
Another Post