supadodger Posted March 27, 2009 Posted March 27, 2009 $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)
supadodger Posted March 27, 2009 Author Posted March 27, 2009 $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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now