endsWith

concerns

The endsWith attribute function can be used to determine if the string of the variable ends with a specified string.

 

Syntax

endsWith(Chars, [LanguageID])

Return value

Type

Description

Boolean

True if the specified characters are at the end of the variable’s string

Parameter

Use

Name

Type

Passing

Description

Required

Chars

String

ByVal

The string to be checked.

Optional

LanguageID

String

ByVal

Language-ID of the value.

Note

If LanguageID is not specified, the dialog language applies.