LOTUSSCRIPT LANGUAGE
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.
Véase también
LTrim function
Glosario
¿Desea opinar sobre la Ayuda?
Ayuda sobre la Ayuda
Abrir la Ayuda en pantalla completa
Glosario
¿Desea opinar sobre la Ayuda?
Ayuda sobre la Ayuda
Abrir la Ayuda en pantalla completa