This method is obsolete. See the Remarks section below. |
Description
Use the Utilities.LastDelimiter
method to get the position of the last delimiter in the specified string.
Declaration
Utilities.LastDelimiter(Delimiters, Str)
Delimiters | [in] | Required | String | |
Str | [in] | Required | String | |
Result | Integer |
Applies To
The method is applied to the following object:
Parameters
The method has the following parameters:
Delimiters
Specifies the string that holds valid delimiters only.
Str
Specifies the string whose last delimiter's position should be obtained.
Result Value
The method returns the position (1 based) of the last delimiter it finds.
Remarks
This method is obsolete. It is supported for backward compatibility only. To process strings and their individual characters, use various methods of the aqString
object.