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
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.