$void

Executes the specified statement and returns nothing.
Syntax
    $void{statement}
DocumentationExecutes the specified statement and returns nothing:

    Parameters:
      statement, the statement to be executed.
Examples
    $void{$include{template_functions}}

    Result:
    includes template "template_functions" and executes the code without
    output

    Note: Useful to execute functions without public returns.
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters <unlimited>