is there a function that return the length of a string

macos

is there a function that return the length of a string
Ex:
Dim s as string

s.length

??

dim myStrLength As Integer = len(s)

ok great thx

The built in or online language references are really useful for this sort of thing
Check your help menu for them

RTFM.

Not this time.