Is it normal for the read of an excel file to be slow? I am reading in a string of about 80-100 words and sometimes it can take up to a minute. The excel file is 2.5 MB
@bobbyonforum You can also use different file names like 1.txt 2.txt which contains text and then read file with thread number, example : [[THREAD_INDEX]].txt if this way fits your requirements.
@Darkstone i finally made it with list as you said
@Fox Fantastic, it was so simple with your test script ! it is working fine! thank you for this wondefull tool