StringLen
Category: Strings
Signature
StringLen(text As String)
Returns
Integer
Description
Returns the number of characters in a string.
Example
nameLength = StringLen("LunarBasic")
Category: Strings
StringLen(text As String)
Integer
Returns the number of characters in a string.
nameLength = StringLen("LunarBasic")