Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
You should create a different new list (List 2). Take each line from the initial list (List 1). Place each line in a variable. Let's say you call it {-Variable.lineContent-} Create a new variable (eg: {-Variable.newLineContent-}) in which you combine {-Variable.lineContent-} and <word>
Put {-Variable.newLineContent-} in List 2
Note: I edited this post because the first solution I came up with was wrong
I tried to modify it, so it does not delete a line but add a line using
ProxyList.Add (proxy);
But it is not working.
[/ QUOTE]
My first solution was wrong ... please check my edited post
I'm sure there are other C# solutions for this, but it can be easily done with zenno standard functionality
I would make it this way:
1) Take first line from list with deletion.
2) Add word to taken line
3) Add line with word to the end of the list
4) repeat this in a loop n times, where n is the initial number of lines in the list.