Collabora Office 21.06 Help
傳回字串中的字元數,或儲存變數所需的位元組數。
Len(Text As String)
Long
Text:任意字串型表示式或其他類型的變數。
5 無效的程序呼叫
Sub ExampleLen Dim sText as String sText = "Las Vegas" MsgBox Len(sText) REM 傳回 9 End Sub
Please support us!