Name

size — Returns the number of characters of the string s

Synopsis

integer size ( string s );
 

Parameters

string s

String

Return

integer

Size of string s

Description

Notice, that size(nil) -> nil

Usage

  size("size") -> 4