Changes

no edit summary
Line 36: Line 36:  
dictionary[phoneNumbers] = sub-array with 2 entries
 
dictionary[phoneNumbers] = sub-array with 2 entries
 
dictionary[phoneNumbers][0] = sub-dictionary with 2 entries
 
dictionary[phoneNumbers][0] = sub-dictionary with 2 entries
dictionary[phoneNumbers][type] = "home"
+
dictionary[phoneNumbers][0][type] = "home"
dictionary[phoneNumbers][number] = 7383627627
+
dictionary[phoneNumbers][0][number] = 7383627627
 
</pre>
 
</pre>
 
You can then use the values of interest from the dictionary in your macros, for example to populate a weather summary from a weather API or similar.
 
You can then use the values of interest from the dictionary in your macros, for example to populate a weather summary from a weather API or similar.
editors
133

edits