Jump to content
UBot Underground

why is my list showing up as text


Recommended Posts

clear list(%forum_names_demo1)
add list to list(%forum_names_demo1, $find regular expression($page scrape("Additional Required Information", "Additional Information"), "<label>[^>]*</label>"), "Delete", "Global")
save to file("D:\\forums\\demo.txt", $replace regular expression(%forum_names_demo1, "<[^>]*>", $nothing))
clear list(%forum_names_demo1)
add item to list(%forum_names_demo1, $list from file("D:\\forums\\demo.txt"), "Delete", "Global")
delete file("D:\\forums\\demo.txt")

 

 

now if u check the list_total of %forum_names_demo1, it says 1 (why is it showing everything as just one item, instead of like a normal list?). Does 'replace regular expression' treat the list i put in as a text and that is why it shows as only one line?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...