strlen

Description

Find the length of a string held in RAM

Definition

int strlen(char *str)

Library

LIB/str_lib.bas

Usage

On entry:
str is a pointer to a RAM buffer holding the string to be scanned
On exit:
The return value is the length of the string pointed to by str