Versions Compared

Key

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

...

[ ] (Brackets operator)Col1()Col2()ExtractFieldStore()

Example

Code Block
* Parse a repository id
RepositoryID = "EXAMPLES*OIEVENTEXE*CLICK*INV_ENTRY.BTN_SEARCH"
appid = Field( RepositoryID, "*", 1 )
type = Field( RepositoryID, "*", 2 )
class = Field( RepositoryID, "*", 3 )
name = Field( RepositoryID, "*", 4 )