StrTrim

InstallShield 2015 ยป InstallScript Language Reference

The StrTrim function removes the leading and trailing spaces and tabs from a string.

Syntax

StrTrim (byref string svString);

Parameters

StrTrim Parameters

Parameter

Description

svString

Specify the string to be trimmed.

Return Values

StrTrim Return Values

Return Value

Description

>= ISERR_SUCCESS

The function successfully trimmed the string.

< ISERR_SUCESS

The function failed to trim the string.

See Also