EMA-XPS Online


LENGTH

LENGTH
======

Syntax: (length <string>)

This function returns the length of a string.
It is not supported by babylon v3!

example:       >(length "Computer")
               8


EMA-XPS Online