how to count number of characters

sanind

Client
Регистрация
19.11.2011
Сообщения
48
Благодарностей
18
Баллы
8
I want to take text from file and count number of characters,based on the count i need to write if logic..Can someone help me how can i count the characters in text? thank you
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
  • Спасибо
Реакции: shabbysquire и sanind

sanind

Client
Регистрация
19.11.2011
Сообщения
48
Благодарностей
18
Баллы
8
Thanks Bigcajons...

the javascript in your example there is some replace command, i removed it and it is working fine

var str='{-Variable.text-}';
(str.length);
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
The replace was just there to take out the spaces in case you needed to do that so that they weren't counted.
 
  • Спасибо
Реакции: sanind

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