Len

Length = Len ( String )

Returns the length of a string.

Example :

PRINT Len("Gambas")
=> 6

PRINT Len("")
=> 0


Referenced by :