LOTUSSCRIPT 言語
例:RTrim 関数
Dim trimRight As String
trimRight$ = RTrim$(" abc ")
Print trimRight$
Print Len(trimRight$)
' Output:
' abc
' 6
' The string " abc" is assigned to trimRight.
' Note that the leading spaces were not removed.
関連項目
RTrim 関数
用語集
ヘルプに対するフィードバック
ヘルプの使い方
ヘルプを開く
用語集
ヘルプに対するフィードバック
ヘルプの使い方
ヘルプを開く