home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / cug / softt-3.lbr / LENGTH.DOC < prev    next >
Text File  |  1984-07-05  |  640b  |  37 lines

  1. .bp 1   
  2. .in 0   
  3. .he 'LENGTH (2)'11/13/78'LENGTH (2)'
  4. .fo ''-#-'' 
  5. .fi 
  6. .in 7   
  7. .ti -7  
  8. NAME
  9. .br 
  10. length - compute length of string   
  11. .sp 1   
  12. .ti -7  
  13. SYNOPSIS
  14. .br 
  15. .nf 
  16. n = length(str) 
  17.  
  18. character str(ARB)  
  19. integer n returned as the number of characters in str   
  20. .fi 
  21. .sp 1   
  22. .ti -7  
  23. DESCRIPTION 
  24. .br 
  25. Computes the length of a character string, excluding the EOS.   
  26. The string is an ascii character array terminated with an EOS   
  27. marker. 
  28. .sp 1   
  29. .ti -7  
  30. SEE ALSO
  31. .br 
  32. .sp 1   
  33. .ti -7  
  34. DIAGNOSTICS 
  35. .br 
  36. None
  37.