LOTUSSCRIPT 言語
例:Trim 関数
Dim trimAll As String, testString As String
testString$ = " a bc "
' Trim the string, removing leading and trailing spaces.
' Embedded spaces are not removed.
trimAll$ = Trim$(testString$) ' Assigns "a bc"
Print trimAll$
Print testString$ ' Unmodified by Trim()
' Output:
' a bc
' a bc
関連項目
Trim 関数
用語集
フィードバック
ヘルプ
または
プロダクトユーザビリティ
ヘルプの使い方
すべてのヘルプ項目
用語集