return
The return
action return values. It belongs to the exec category within the system area.
Action Syntax
return $variable
A variable name starting with $
return "text"
A quoted text string
return 123
A numeric value
return true|false
A boolean value (true or false)
return IT
A value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
return $varname
Action code: 4105266020
Version: 0.6.4-1
Last updated: 2025-06-13