str_len (STRING*)

Returns the number of characters in the string.

Parameters:

STRING* - STRING pointer, normal or Unicode string.

Returns:

Number of characters in the string.

Speed:

Fast

Example:

temp = str_len("Hello "); // sets temp to 6

See also:

STRING, FONT, str_width

  ► latest version online