Changes

Line 60: Line 60:     
Stores a series of key value pairs. For example if you wanted to store a count for each day of the week you could create a dictionary called dayOfWeekCount and have a series of entries such as dayOfWeekCount [monday] = 1, dayOfWeekCount [tuesday] = 3 etc.
 
Stores a series of key value pairs. For example if you wanted to store a count for each day of the week you could create a dictionary called dayOfWeekCount and have a series of entries such as dayOfWeekCount [monday] = 1, dayOfWeekCount [tuesday] = 3 etc.
 +
==<p><b>More information 2</b></p>==
    +
===Bracket style===
 +
The syntax {} or [] can be selected from the Settings screen > Magic Text Default Bracket Style. That is, either {VariableName} or [VariableName]
   −
 
+
===Output in json format===
 +
To output array/dictionary to a string variable in json format.<br>Local: {lvjson=LocalVariableName}<br>&nbsp;&nbsp;or [lvjson=LocalVariableName]<br>Global: {vjson=GlobalVariableName}<br>&nbsp;&nbsp;or [vjson=GlobalVariableName]
    
==<p><b>More information</b></p>==
 
==<p><b>More information</b></p>==
editors
241

edits