- Регистрация
- 06.09.2012
- Сообщения
- 11
- Благодарностей
- 0
- Баллы
- 0
So I am trying to make a template. However, when I register, they email you the password. So what I am trying to do is make a registering template that will record the Login URL, Username, & Password in a text file.
So I used the following in the write to file function: USERNAME={-Variable.username_email_parsing-} PASSWORD={-Variable.password-} URL={-Variable.login_url_email_parsing-}
However, when it saves in the .txt file it goes like this:
USERNAME={-Variable.username_email_parsing-}
PASSWORD={-Variable.password-}
URL={-Variable.login_url_email_parsing-}
But I want it all in one line. Does anyone have any ideas on why it is posting on separate lines.
NEVERMIND, I Searched but not hard enough - I Think I found the answer to my Question
http://zennolab.com/discussion/showthread.php?6570-Write-to-file-weird-behavior&highlight=saving+text+to+file+in+one+line
Thanks in Advance!
So I used the following in the write to file function: USERNAME={-Variable.username_email_parsing-} PASSWORD={-Variable.password-} URL={-Variable.login_url_email_parsing-}
However, when it saves in the .txt file it goes like this:
USERNAME={-Variable.username_email_parsing-}
PASSWORD={-Variable.password-}
URL={-Variable.login_url_email_parsing-}
But I want it all in one line. Does anyone have any ideas on why it is posting on separate lines.
NEVERMIND, I Searched but not hard enough - I Think I found the answer to my Question
http://zennolab.com/discussion/showthread.php?6570-Write-to-file-weird-behavior&highlight=saving+text+to+file+in+one+line
Thanks in Advance!
Вложения
-
79,7 КБ Просмотры: 525