Utilities.AnsiLastChar Method

Applies to TestComplete 15.63, last modified on April 10, 2024
This method is obsolete. See the Remarks section below.

Description

The Utilities.AnsiLastChar method returns the last character in the string specified by the Str parameter.

Declaration

Utilities.AnsiLastChar(Str)

Str [in]    Required    String    
Result String

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

Str

Specifies the string whose last character should be returned.

Result Value

The last character of the specified string.

Remarks

This method is obsolete. It is supported for backward compatibility only. To retrieve individual characters from a string, use the aqString.GetChar method.

See Also

GetChar Method
Find Method

Highlight search results