set-default
The set-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
set-default $variable "text"
A variable name starting with $ followed by A quoted text string
set-default $variable 123
A variable name starting with $ followed by A numeric value
set-default $variable [file]
A variable name starting with $ followed by A file reference
set-default $variable HH:MM
A variable name starting with $ followed by A time in HH:MM format
set-default $variable YYYY-MM-DD
A variable name starting with $ followed by A date in YYYY-MM-DD format
set-default $variable 30m
A variable name starting with $ followed by A duration (e.g., 30m, 2h)
set-default $variable $variable
A variable name starting with $ followed by A variable name starting with $
set-default $variable IT
A variable name starting with $ followed by a value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
set-default $var "text value"
Action code: 207892562
Version: 0.6.4-10
Last updated: 2025-06-13