Strlen
From SDU
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.
int strlen(string str)
returns the length of a string
eg.
string myString;
int i;
myString = "hello";
i = strlen(myString);
// i = 5
Categories: Customizations | R6 | R11 | Spel Code






