SRSReportRun.trim Method [AX 2012]

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

private str trim(str s)

Run On

Called

Parameters

s
Type: str
The string to trim.

Return Value

Type: str
The trimmed string.

Community Additions

ADD
Show: