home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
cug
/
softt-3.lbr
/
LENGTH.DOC
< prev
next >
Wrap
Text File
|
1984-07-05
|
640b
|
37 lines
.bp 1
.in 0
.he 'LENGTH (2)'11/13/78'LENGTH (2)'
.fo ''-#-''
.fi
.in 7
.ti -7
NAME
.br
length - compute length of string
.sp 1
.ti -7
SYNOPSIS
.br
.nf
n = length(str)
character str(ARB)
integer n returned as the number of characters in str
.fi
.sp 1
.ti -7
DESCRIPTION
.br
Computes the length of a character string, excluding the EOS.
The string is an ascii character array terminated with an EOS
marker.
.sp 1
.ti -7
SEE ALSO
.br
.sp 1
.ti -7
DIAGNOSTICS
.br
None