Len(s:Str):Int
Get length of string. Returns the number of characters within the string. Version Differences: PCC 1.x accepts all types and will stringify them. PCC2 only accepts strings.
Since: PCC 0.98.5, PCC2 1.99.8
See also: Elementary Functions
Len(s:Str):Int
Get length of string. Returns the number of characters within the string. Version Differences: PCC 1.x accepts all types and will stringify them. PCC2 only accepts strings.
Since: PCC 0.98.5, PCC2 1.99.8
See also: Elementary Functions