StringLen

Category: Strings

Back to System Functions


Signature

StringLen(text As String)

Returns

Integer

Description

Returns the number of characters in a string.

Example

nameLength = StringLen("LunarBasic")