Contents | Index | < Browse | Browse >
LENGTH(<string>)
      returns a number

The result is the number of characters in <string>.

   Example:
         say length('never to stop saying');      >>> 20

                                  NOTE: Counting characters with COMPRESS() 

Next: OVERLAY() | Prev: LEFT() | Contents: String functions