- Регистрация
- 28.05.2012
- Сообщения
- 72
- Благодарностей
- 32
- Баллы
- 18
I have to clean some text from and replace it with space, the problem is that there isn't a "clean" ... way in ZP4 to do that ... or there is but I can't find it
If I use regex or text Replace when working with text (Обработка текста) the is just deleted, but not replaced with space
The only working way I have found is using Macros in Variable management (Обработка переменьiм)
{-String.Replace-|-{-Variable.PageText-}-|- -|- -}
If I use regex or text Replace when working with text (Обработка текста) the is just deleted, but not replaced with space
The only working way I have found is using Macros in Variable management (Обработка переменьiм)
{-String.Replace-|-{-Variable.PageText-}-|- -|- -}