LOTUSSCRIPT 言語
例:LTrim 関数
Dim trimLeft As String
trimLeft$ = LTrim$(" abc ")
Print trimLeft$
Print Len(trimLeft$)
' Output:
' abc
' 4
' The string "abc " is assigned to trimLeft.
' Note that the trailing space was not removed.
関連項目
LTrim 関数
用語集
フィードバック
ヘルプ
または
プロダクトユーザビリティ
ヘルプの使い方
すべてのヘルプ項目
用語集