LOTUSSCRIPT-SPRACHE
Example: LTrim function
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.
Siehe auch
LTrim function
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar