Jump to content

am i completely wrong or should this add a number to the end of this filename


Recommended Posts

$filename = ".txt"
    If FileExists("accounts25.txt") Then
        $filename = Random(1, 25, 1) & ".txt"
    Else
    EndIf
    If FileExists("accounts50.txt") Then
        $filename = Random(1, 50, 1) & ".txt"
    Else
    EndIf
    $readfile = FileRead("accounts" & $filename)
    msgbox (0,"",$readfile)

sorry the problem was elsewhere in my script.

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...