How to append own text to file

Orbiter1987

Client
Регистрация
23.02.2011
Сообщения
13
Благодарностей
0
Баллы
0
Getting the username and password into a text file seems easy enough, but I really have a problem when I try to add a seperator (like a : or -). My macro looks something like this:

{-File.AppendString-|-\Results\safemails.txt-|-{-FieldData.FieldData-|-●8●4●1●3●5●0●-|-vc-9980-}-|-true-}:{-FieldData.FieldData-|-●8●4●1●3●5●0●-|-vc-2422-}

This is what I got in the text file: gicdipefudd1973

I'm also making another text file with only the username and a : at the end.

The macro looks like this:

{-File.AppendString-|-\Results\safemails2.txt-|-{-FieldData.FieldData-|-●8●4●1●3●5●0●-|-vc-9980-}-|-true-}:

In this text file I also just get: gicdipefudd1973

I'm sorry to say I just can't see any logic to this. Can anyone help?
 

step85

Client
Регистрация
19.02.2010
Сообщения
1 839
Благодарностей
287
Баллы
83

psyvisions

Client
Регистрация
14.02.2011
Сообщения
29
Благодарностей
0
Баллы
1
try
Код:
{-File.AppendString-|-\Results\safemails.txt-|-{-FieldData.FieldData-|-●8●4●1●3●5●0●-|-vc-9980-}:{-FieldData.FieldData-|-●8●4●1●3●5●0●-|-vc-2422-}-|-true-}
and

Код:
{-File.AppendString-|-\Results\safemails2.txt-|-{-FieldData.FieldData-|-●8●4●1●3●5●0●-|-vc-9980-}:-|-true-}
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
Yes, try how was posted above and use a macros builder.
 

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