ROPE Language Reference - "strlen"

The "strlen" action returns the length of a string. It pops a string from the top of the stack and pushes back it's length.

Example ..

"hello" $a put
println( "length is " strlen($a) )