You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Unicode Intrinsic Functions - PositionOf Method
Find the position of a string in this variable
Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Integer

Resulting position

String

*Input

Unicode String

String to be searched for

StartPosition

*Input (Optional)

Integer

Position at which to start searching

Details


PositionOf returns the character position of the first occurrence in the supplied String parameter of the String, after the StartPosition.
PositionOf is case sensitive.

Example


In this example, if #String contained "ABCDEABCDEABCDE", the result would be 5
#Position := #String.PositionOf( "EAB" )

See also

All Component Classes
Technical Reference

  • No labels