GNU Info

Info Node: (m4.info)Len

(m4.info)Len


Next: Index Prev: Text handling Up: Text handling
Enter node , (file) or (file)node

Calculating length of strings
=============================

   The length of a string can be calculated by `len':

     len(STRING)

which expands to the length of STRING, as a decimal number.

     len()
     =>0
     len(`abcdef')
     =>6

   The builtin macro `len' is recognized only when given arguments.


automatically generated by info2www version 1.2.2.9