Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Data Type

Description

Result

*Result (Optional)

Integer

Resulting position

String

*Input

String

String to be searched for

StartPosition

*Input (Optional)

Integer

Position at which to start searching

...

In this example, if #String contained "ABCDEABCDEABCDE", the result would be 5

     #Position := #String.PositionOf( "EAB" )

See also

All Component Classes

Technical Reference