DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(m4.info) Len

Info Catalog (m4.info) Text handling (m4.info) Text handling (m4.info) Index
 
 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.
 
Info Catalog (m4.info) Text handling (m4.info) Text handling (m4.info) Index
automatically generated byinfo2html