How do you find the length of a string without using string
length command in TCL??

Answer Posted / hereiam

set str "lenghtofthisstring"
puts [llength [ split $str "" ]]

Is This Answer Correct ?    21 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi all, Is there any certification exams available for TCL and Perl. If so please let me know, my mailid is vpbharathi@gmail.com. Thanks in advance, Bharathi.P

2521