Hi,
I have a long code that builds uses twice the same .txt file. This file is used for url appending, my problem is when I try to reuse the same file and take the first url, there is a blank line.
For example:
I have url http://www.mysite.com to append to fileA.txt ,
Hopefully the fileA.txt should be built this waay
1)http://www.mysite.com
2)http://www.anothersite.com
3)http://www.anothersite.com
But right now with this code:
{-File.AppendString-|-\Resources\hi-pr-arcade\good-registrations.txt-|-{-FieldData.FieldData-|-●7●7●4●8●1●8●-|-≡7≡4≡1≡8≡8≡0≡5≡6≡8≡-},{-FieldData.FieldData-|-●1●9●5●8●7●5●-|-sa-1127-},{-FieldData.FieldData-|-●1●9●5●8●7●5●-|-sa-8414-}-|-false-}<--I tried with both "false" and "true"
and this is the result:
1)<---blank line - whatever I do this blank line appears, even if I delete fully all the blank space before running the script.
2)http://www.mysite.com
3)http://www.anothersite.com
Please help,
Thank you,
BamBam
I have a long code that builds uses twice the same .txt file. This file is used for url appending, my problem is when I try to reuse the same file and take the first url, there is a blank line.
For example:
I have url http://www.mysite.com to append to fileA.txt ,
Hopefully the fileA.txt should be built this waay
1)http://www.mysite.com
2)http://www.anothersite.com
3)http://www.anothersite.com
But right now with this code:
{-File.AppendString-|-\Resources\hi-pr-arcade\good-registrations.txt-|-{-FieldData.FieldData-|-●7●7●4●8●1●8●-|-≡7≡4≡1≡8≡8≡0≡5≡6≡8≡-},{-FieldData.FieldData-|-●1●9●5●8●7●5●-|-sa-1127-},{-FieldData.FieldData-|-●1●9●5●8●7●5●-|-sa-8414-}-|-false-}<--I tried with both "false" and "true"
and this is the result:
1)<---blank line - whatever I do this blank line appears, even if I delete fully all the blank space before running the script.
2)http://www.mysite.com
3)http://www.anothersite.com
Please help,
Thank you,
BamBam