S sanind Client Регистрация 19.11.2011 Сообщения 48 Благодарностей 18 Баллы 8 09.10.2012 #1 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
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 09.10.2012 #2 Посмотреть вложение stringLength.xmlz use javascript to get it. Реакции: shabbysquire и sanind
S sanind Client Регистрация 19.11.2011 Сообщения 48 Благодарностей 18 Баллы 8 09.10.2012 #3 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);
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 09.10.2012 #4 The replace was just there to take out the spaces in case you needed to do that so that they weren't counted. Реакции: sanind
The replace was just there to take out the spaces in case you needed to do that so that they weren't counted.