LOTUSSCRIPT LANGUAGE
Examples: Trim function
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
Véase también
Trim function
Glosario
¿Desea opinar sobre la
Ayuda
o sobre la
utilidad del producto
?
Ayuda sobre la Ayuda
Todo el contenido de la Ayuda
Glosario