Oxygen

len
ACTION: returns length of string in charaters
USE: length=len(string)
EXAMPLE:
v=len("Hello")

RESULT:
v=5

REMARKS: characters may be one or two bytes (wide characters)

RELATED: string space mid sizeof