LEN

The function LEN returns the length of a string.

LEN(string) => number

Example

A = "GC WIZARD"
PRINT "DIE LÄNGE VON <GC WIZARD> IST "; LEN(A); " ZEICHEN"