Split String Not Working

directaxcess

Новичок
Регистрация
05.07.2012
Сообщения
4
Благодарностей
0
Баллы
0
Hi,
I am trying to use split string to separate username from password. I use a macro to get the line from file first:

{-File.GetString-|-\Resources\pinaccounts.txt-|-random-|-false-}
RESULT: {-FieldData.FieldData-|-●5●2●8●5●8●4●-|-≡4≡5≡3≡1≡4≡8≡5≡6≡8≡-}

Then I create another GET with Macro to split string and get username:
{-String.Split-|-{-FieldData.FieldData-|-●5●2●8●5●8●4●-|-≡4≡5≡3≡1≡4≡8≡5≡6≡8≡-}-|-:-|-0-}

and another to get password:
{-String.Split-|-{-FieldData.FieldData-|-●5●2●8●5●8●4●-|-≡4≡5≡3≡1≡4≡8≡5≡6≡8≡-}-|-:-|-1-}

However, when I use the execution results from the two split string macros to try and login to a website, it fills in nothing at all. What could be the issue?
 

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
check your text file pinaccount.txt whether there is empty line or not.....and i always use first line and delete it after i get it...it pinaccount.txt-|-0-true-} and this will delete first line and make second line become 1st line...maybe you should try it :-)
 

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