Table Take First Line, Delete and Add Back To End - How To?

velociphiles

Client
Регистрация
31.07.2012
Сообщения
12
Благодарностей
13
Баллы
0
I am using a table to store my logins for Tumblr accounts (email, password).

For testing I am just selecting the first line.

When live I want to be able to select each account in turn.

I read on the forum this could be achieved by selecting the first line, deleting it and then adding the line back to the end.

Two questions..

1. I can't work out how to add back the deleted line to the end.

2. For this to work would I need to open the file to see how many accounts were there and then set the poster to run for that number of accounts - or is there a better solution?

A simpler solution (that I just thought of) might be to have a master table of accounts and copy that at the start of a run to a working table which then deletes each line as it gets used.

Any better ideas - must be a really common issue?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
1) Table processing - Add line - and put here your variable for login and pass just how they should present.
2) if you wanna perform many actions with each login i suggest you to record template just for 1 login and then run it as many times as you have logins in list (just check for yourself)
That's the way to get maximum stability.

You can backup your logins file and take lines and delete them.
You can do it in loop, but i don't use loops everywhere. Simplicity is the key.

Anton
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)