FutureProg functions
dictionaryset
CollectionItem Dictionary dictionaryset(Void Dictionary dictionary, Text key, CollectionItem value)
Contexts: computer function, computer program, standard futureprog
Returns a new dictionary with the specified key set to the supplied value. The original dictionary is not changed.
dictionary: The dictionary to copy
key: The text key to set in the returned dictionary
value: The value to store at that key
Contexts: computer function, computer program, standard futureprog
Returns a new dictionary with the specified key set to the supplied value. The original dictionary is not changed.
dictionary: The dictionary to copy
key: The text key to set in the returned dictionary
value: The value to store at that key