Get Dictionary [ ] as [ ]
| Command |
GETDICTIONARYSTRING |
| Image |
|
| Group | Actions |
| Section | Dictionary |
| Description |
Extracts the current data from the named dictionary into a string. 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 dictionary the string is to be created for |
| Parameter 2 | The variable to hold the string |