LOTUSSCRIPT LANGUAGE
Examples: RTrim function
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.
Véase también
RTrim 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