From a4e4d36bf6d8356ccb254a51f793e43303b734bc Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Mon, 20 Apr 2026 22:31:52 +0200 Subject: [PATCH] Fix Typo in Link in Multi-Valued Variables (#9824) --- .../tw5.com/tiddlers/variables/Multi-Valued Variables.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid b/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid index 6e23678e0b..34d4b1d490 100644 --- a/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid +++ b/editions/tw5.com/tiddlers/variables/Multi-Valued Variables.tid @@ -1,13 +1,13 @@ -title: Multi-Valued Variables created: 20250307212252946 modified: 20250307212252946 tags: Concepts Variables +title: Multi-Valued Variables <<.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 -Generally, all the methods for setting variables implicitly set multi-valued variables, with the exception of the [[Set Widget|Set Widget]]. +Generally, all the methods for setting variables implicitly set multi-valued variables, with the exception of the [[Set Widget|SetWidget]]. !! LetWidget