2 # kabone76 8/27/2015 5:03:18 PM
Do a loop. Load in the emails from a text file or csv to a table. Set the variable to the value of row 0, then delete row 0. Do the same thing with the password. If you do it with a text file make sure you use two text one for emails the other for passwords. After you have done that make it login. Then do an if statement to see if your username and password table is NULL. If it is Null tell the program to end, if it is not null use a goto statement to make it goto the line where it sets the values, it will loop through again and keep doing that until it reaches a NULL value(No more rows in the table). Hope this helps
Hi, kabone76. Much appreciated!