Welcome to the Creatures Wiki! Log in and join the community.

STRL

From Creatures Wiki
Jump to navigation Jump to search

STRL is a CAOS function to return string length.

Usage[edit]

Syntax: STRL str (string)

Returns, as an integer, the length of str.

Example[edit]

OUTV STRL ""
    0
OUTV STRL "abcd"
    4

Not much more to it, really.

See also[edit]