Use the tabs on the upper right to switch to a different programming language.
Use the tabs on the upper right to switch to a different programming language.
HDict
— Represents an instance of a Dictionary.
ReadDict |
Read a dictionary from a file. | |
CreateDict |
Create a new empty dictionary. |
CopyDict |
Copy a dictionary. | |
CreateDict |
Create a new empty dictionary. | |
DictToJson |
Transform a dictionary into a JSON string. | |
GetDictObject |
Retrieve an object associated with the key from the dictionary. | |
GetDictParam |
Query dictionary parameters or information about a dictionary. | |
GetDictTuple |
Retrieve a tuple associated with the key from the dictionary. | |
JsonToDict |
Transform a JSON string into a dictionary. | |
ReadDict |
Read a dictionary from a file. | |
RemoveDictKey |
Remove keys from a dictionary. | |
SetDictObject |
Add a key/object pair to the dictionary. | |
SetDictTuple |
Add a key/tuple pair to the dictionary. | |
SetDictTupleAt |
Assignment of one or several values to one or several tuple elements in a dictionary | |
WriteDict |
Write a dictionary to a file. |
HDict
— Represents an instance of a Dictionary.
ReadDict |
Read a dictionary from a file. | |
CreateDict |
Create a new empty dictionary. |
CopyDict |
Copy a dictionary. | |
CreateDict |
Create a new empty dictionary. | |
DictToJson |
Transform a dictionary into a JSON string. | |
GetDictObject |
Retrieve an object associated with the key from the dictionary. | |
GetDictParam |
Query dictionary parameters or information about a dictionary. | |
GetDictTuple |
Retrieve a tuple associated with the key from the dictionary. | |
JsonToDict |
Transform a JSON string into a dictionary. | |
ReadDict |
Read a dictionary from a file. | |
RemoveDictKey |
Remove keys from a dictionary. | |
SetDictObject |
Add a key/object pair to the dictionary. | |
SetDictTuple |
Add a key/tuple pair to the dictionary. | |
SetDictTupleAt |
Assignment of one or several values to one or several tuple elements in a dictionary | |
WriteDict |
Write a dictionary to a file. |
Use the tabs on the upper right to switch to a different programming language.