default
The default
action sets a default value for a variable if it does not already exist. It belongs to the variables category within the external area.
Action Syntax
default $variable = "text"
A variable name starting with $ followed by a value followed by A quoted text string
default $variable = 123
A variable name starting with $ followed by a value followed by A numeric value
default $variable = [file]
A variable name starting with $ followed by a value followed by A file reference
default $variable = HH:MM
A variable name starting with $ followed by a value followed by A time in HH:MM format
default $variable = YYYY-MM-DD
A variable name starting with $ followed by a value followed by A date in YYYY-MM-DD format
default $variable = 30m
A variable name starting with $ followed by a value followed by A duration (e.g., 30m, 2h)
default $variable = $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
default $variable = IT
A variable name starting with $ followed by a value followed by a value
default $variable = blk
A variable name starting with $ followed by a value followed by a value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
default $var = "text value"
Action code: 1748741981
Version: 0.6.4-2
Last updated: 2025-06-13