STRLEN(arg)

The STRLEN function will return the number of characters in the string arg.
e.g.
	STRLEN("fred")

	will return the value 4