$tokenAt

Returns the string between 2 speciefied characters.
Syntax
    $tokenAt{string}{start}{token}{exception}
DocumentationFunction $tokenAt returns the string between 2 specified characters you´ve define:

    Parameter:
      string, is the full string
      start, number of start token
      token, default tab, return, space, newlinefeet
      exception, does not exist the token this is execute
    Result:
      The string between the specified token.
Examples
    $// set the variable new_string to 's is a T'
    $set{new_string}{$tokenAt{Thi§s is a t§est.}{1}{§}{no specified token}}
GroupString
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 4