Can't Loop Through List Of URLS

Support
  • HELP! I am driving myself insane drying to get started with BAS. I am a senior PHP programmer(also know 7 other languages) but yet I cannot even get past step #1 with creating a test script! I am just trying to load a .txt file that has a list of URLs and then loop through each URL and load the URL in a browser. For some reason, BAS is looping through each letter instead of each line.. For example, this is my list:
    http://mywebsite.com
    http://otherwebsite.com

    The BAS software does not correctly parse lines with any .txt file(I tried also .doc, .csv, .xls). No matter what, the BAS will do this loop through each letter instead of using each entire line:

    Loop 1 - Load URL "h"
    Loop 2 - Load URL "t"
    Loop 3 - Load URL "t"
    Loop 4 - Load URL "p"
    Loop 5 - Load URL ":"
    Loop 6 - Load URL "/"
    Loop 7 - Load URL "/"
    and so on....

    I dont understand if I am supposed to format a list differently inside the txt file??
    0_1548802908575_1.png

  • @lambo the "linesfromfile" resource is a string, not an array.
    0_1548818895102_e9d36640-a874-43c4-acc2-6bfb1fec65c2-изображение.png

    test script


    or so:
    0_1548819224570_e5974a72-1adc-41ab-82d8-cda705194459-изображение.png