The search keyword must be a single word (no spaces).

Function StringLength

Line
2243
Location
common.j
Constant?
no
Type
native
Arguments
string s
Returns
integer
2243
native StringLength takes string s returns integer
2244
native StringCase takes string source, boolean upper returns string
2245
native StringHash takes string s returns integer
2246
2247
native GetLocalizedString takes string source returns string
2248
native GetLocalizedHotkey takes string source returns integer

Information about StringLength

City17 4 years
returns the length of s. Actually returns the amount of bytes in string: StringLength("я") returns 2.
You must be logged in with a standard account to contribute.