strLen Function

Calculates the length of a text string.


int strLen(str text)

Parameter

Description

text

The string to calculate the length of.

The length of text.

// Returns the value 10.
strLen("ABCDEFGHIJ");

Community Additions

ADD
Show: