Add to lines

crabstix

Client
Регистрация
06.02.2011
Сообщения
17
Благодарностей
0
Баллы
0
I have a list of values extracted from a webpage like:

parta
partb
partc

and I need to add some characters (same for each line) at the end of each line before I write it to file.

How do I add these extra characters to each line?
 

step85

Client
Регистрация
19.02.2010
Сообщения
1 839
Благодарностей
287
Баллы
83
Use macro replacement (String.Replace). Replace all {-String.Enter-} on the your characters
 

crabstix

Client
Регистрация
06.02.2011
Сообщения
17
Благодарностей
0
Баллы
0
I am not sure what you are saying.

I have tried string.replace using \r \n as the string to be replaced. For the string to replace old values I tried extrachars \r \n
But this did not work.

Can you help with an example for dummies like me.

Edit - Thanks step85. I now understand and it's all working.
 

step85

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

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