NAME
-
len - length of string
SYNOPSIS
-
#include <basic/string.h>
short len(s)
struct string *s;
DESCRIPTION
-
Len returns the length of the string pointed to by s.
This function implements the BASIC LEN function.
SEE ALSO
-
string(inc)
len(func)
from
The Basmark QuickBASIC Programmer’s Manual
by
Lawrence Leinweber