(m4.info)Len


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

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

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

 -- Builtin: len (STRING)
     Expands to the length of STRING, as a decimal number.

     The macro 'len' is recognized only with parameters.

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


automatically generated by info2www version 1.2.2.9