Read line zero, then append to end of file

ds1718

Client
Регистрация
25.11.2011
Сообщения
33
Благодарностей
4
Баллы
0
I have a long list of emails that I want to use to post things with.
I have created a simple test template to put my theory in order.
I want to Read a line from top of a file containing the email:pass in that format.


So I use the following Example

{-File.GetString-|-\Resources\-|-random-|-true-}

{-File.AppendString-|-\Results\-|--|-true-}



by doing this the last used email is now at the end of the file, and will not be used until all others have been at least once.

Here is the problem

Each time it reads line 0 in the file with no issues, but when it appends i get an added carriage return added on each new append

So after 1 loop I have a blank line in the file between each email address. When it gets to one of the blank lines it errors out, and does not continue the loop.

How do I append to file with no return?
 

ds1718

Client
Регистрация
25.11.2011
Сообщения
33
Благодарностей
4
Баллы
0
I feel stupid, there is a parameter for add line feed. change to false, and all is well
 

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