Share via


SRSReportRun.trim Method [AX 2012]

Trims the spaces from the start and end of a string.

Syntax

private str trim(str s)

Run On

Called

Parameters

  • s
    Type: str
    The string to trim.

Return Value

Type: str
The trimmed string.

See Also

Reference

SRSReportRun Class