How to add text in front of list?

  • Автор темы Автор темы Daikaiser
  • Дата начала Дата начала

Daikaiser

Client
Регистрация
06.09.2011
Сообщения
68
Реакции
9
Баллы
8
Hi, I am using a loop to add text in front of a list (one line at a time), i.e.

text1
text2
text3

converts to:

addtext1
addtext2
addtext3


But it takes too long to process a large list. Is there a more efficient way to do this? Thanks.
 
Do you try to do in in PM or ZP?
 
I am trying to do it in PM. It is the same initial text for all the lines in a list.
For example, I have the keywords "seo","money" and "zenno", and I want to add "the" in front of every element in the list.

I just wondered if there was a faster way to do this without using a loop, thanks :)
 
Do that kind of tasks in ZP, not in PM. PM is much much slower when it comes to simple test processing since it uses visual presence of execution.
 
  • Оценить
Реакции: Daikaiser

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