adding spaces to text

bill

Client
Регистрация
05.07.2014
Сообщения
355
Благодарностей
9
Баллы
18
so i am taking text from a table and i need it to put a space between each letter in the text. I can't search for text though because text changes often, so i need some way to automatically place a space between each letter. Example?

it looks like this
aaa aaaaaaa

i need it to automatically become this
a a a a a a a a a a
 

Tobbe

Client
Регистрация
01.08.2013
Сообщения
428
Благодарностей
148
Баллы
43
Код:
"{-Variable.YourVariable-}".split('').join(' ');
 
  • Спасибо
Реакции: bill

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