Length

From Kolmafia
Revision as of 22:23, 2 March 2010 by imported>StDoodle
Jump to navigation Jump to search



Function Syntax

int length(string count_me )

  • count_me is the string to check

Returns the number of characters (not 0-indexed) in a string. Note that for escaped characters, only the actual character — not the escape marker — is counted.