Create Dictionary [ ] from [ ]
| Command |
CREATEDICTIONARYFROMSTRING |
| Image |
|
| Group | Actions |
| Section | Dictionary |
| Description |
Converts a formatted string back into the specified dictionary. The string is made up of key value pair separated by char(30). The various pairs are separated by char(31) as below (the / is used to provide a visual break between elements): Key /char(30) / value / char(31) |
| Parameter 1 |
The string value to be converted |
| Parameter 2 | The dictionary to be created |