functional overview
Add a value to the dictionary.
Details of Functions
subject (of taxation, etc.)Add keys and values to the dictionary of
If the same key exists, it is overwritten.
- note
- This dictionary is created when Logic 1 is executed.
Logic 1procedure Comment logic name (programming language) Details of processing, etc. 1 subdictionary
makingdictionary
/ CreationKey "One" Value "One
Key "ni" Value "Two
Key "Three" Value "Three2 main dictionary
makingdictionary
/ CreationKey "number" Value "result of
Handover [sub-dictionaries
Lee's results]."
Key "English" Value "A
Key "Kanji" Value "13 dictionary
add (e.g. annex)dictionary
/AddKey "Hiragana"
Value "Aiueo"key value figure
key value position one indicates such things as location of person or thing, location of short-term action, etc. two three three
English (language) A kanji one (used in legal documents) key value figure
key value position one indicates such things as location of person or thing, location of short-term action, etc. two three three
English (language) A kanji one (used in legal documents) hiragana aiueo-o (Chinese dictionary arranged by rhyme, displaying the meanings of kanji)
A dictionary created when Logic 2 is executed.
Logic 2procedure Comment logic name (programming language) Details of processing, etc. 1 subdictionary
makingdictionary
/ CreationKey "One" Value "One
Key "ni" Value "Two
Key "Three" Value "Three2 main dictionary
makingdictionary
/ CreationKey "number" Value "result of
Handover (Subdiction)
Nally's results]."
Key "English" Value "A
Key "Kanji" Value "13 dictionary
add (e.g. annex)dictionary
/AddKey "number" Value "123 key value figure
key value position one indicates such things as location of person or thing, location of short-term action, etc. two three three
English (language) A kanji one (used in legal documents) key value figure 123 English (language) A kanji one (used in legal documents)
parameter
- argument (e.g. function, program, programme)
-
subject (of taxation, etc.) Dictionary (associative array)
Specify the dictionary to be added.key All Unifinity data types
Specify the key of the content to be added.value All Unifinity data types
Specify the value of the content to be added.key All Unifinity data types
Specify the key of the content to be added. (additional argument)value All Unifinity data types
Specify the value of the content to be added. (additional argument)
- return value
-
Dictionary (associative array)
Returns a dictionary with added content.