str_len (
STRING*)
Returns the number of characters in the string.
Parameters:
STRING* - STRING pointer
Returns:
Number of characters in the string.
Speed:
FastExample:
temp = str_len("Hello "); // sets temp to 6
See also:
STRING, FONT, str_width
► latest
version online