TARGET is an auxiliary object that facilitates common scripting tasks.
The purpose of the methods and sub-objects implemented by the TARGET object facilitate all kind of tasks like parsing text data into elements or manipulating arrays as well as executing operation system commands and pulling data from the web and so on.
NOTE: "trg" also works as a shortcut for the Target object
TARGET methods could be picked by typing "target." in the script editor which shows the list of methods and sub-object properties.
Here is a syntax example. The following calls the ArrayFind() method: