- Регистрация
- 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?
{-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?