From 5209f212f4875c4ebefeffe7adee5351b19f3faa Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 22 Nov 2025 11:31:31 +0000 Subject: [PATCH] Another incorrect version number --- editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid b/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid index 405c76631..7b0d8a588 100644 --- a/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid +++ b/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid @@ -3,7 +3,7 @@ created: 20250307212252946 modified: 20250307212252946 tags: Concepts Variables -<<.from-version "5.3.7">> In ordinary usage, [[variables|Variables]] contain a single snippet of text. With the introduction of multi-valued variables. it is now possible to store a list of multiple values in a single variable. When accessed in the usual way, only the first value is returned, but using round brackets instead of angle brackets around the variable name allows access to the complete list of the values. This makes multi-valued variables largely invisible unless you specifically need to use them. +<<.from-version "5.4.0">> In ordinary usage, [[variables|Variables]] contain a single snippet of text. With the introduction of multi-valued variables. it is now possible to store a list of multiple values in a single variable. When accessed in the usual way, only the first value is returned, but using round brackets instead of angle brackets around the variable name allows access to the complete list of the values. This makes multi-valued variables largely invisible unless you specifically need to use them. ! Setting Multi-Valued Variables