Jump to content

_ArrayDisplay issues


Recommended Posts

Hello all friends :)

Can you help me I have a problem

I delete the url extension

/index.html
/index.php
/index.aps
/index/index.html

 

:8080 to add

Can you help me I do not know, but I thank example

#include <Array.au3>
#include <INet.au3>
Global $URL = "http://youtubertr.com/urlsplitdelete/test.txt"
Global $Split = StringSplit(StringRegExpReplace(_INetGetSource($URL), ".com,org.net", @CRLF), @CRLF, 1), $i = ""


For $x = 1 To $Split[0] - 1
            $i &= $Split[$x] & ":8080" & @CRLF
Next
_ArrayDisplay($Split,($i))

I also did not do _ArrayDisplay

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...