.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


Trim function
Example

Removes leading and trailing spaces from a string and returns the resulting string.

Syntax

Trim[$] ( stringExpr )

Elements

stringExpr


Return value

Trim returns the trimmed version of stringExpr, but does not modify the contents of stringExpr itself.

Trim returns a Variant of DataType 8 (String), and Trim$ returns a String.

Language cross-reference

@Trim function in formula language

Example
See Also