$getCurrents

Returns the names of all current variables defined.
Syntax
    $getCurrents{}
DocumentationReturns the names of all current variables defined:

    Returns:
      a '$\n' separated list of all the names of the defined current variables.
      Predefined current variable names are:

        - 'b', the id of the current branch
        - 'c', the name of the current category
        - 'i', the id of the current account
        - 'l', the id of the language currently in use
        - 'p', the password of the current user
        - 's', the id of the current client-server session
        - 't', the template page currently in use
        - 'u', the name of the current user
    Note:
      the list returned is not sorted lexicographicaly.
Examples
Iterate through the values of all current variables:

    $forEach{name}{$getCurrents}
      {
      $set{value}{$getCurrent{$get{name}}}
      }
      {$\n}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0