Forum OpenACS Q&A: Response to string size

Collapse
3: Response to string size (response to 1)
Posted by arief zj on
but both commands give the same answer/result....right????

set a "abcdef"
set b [string bytelength $a]
set c [string length $a]

both gave 6 ...is it correct?