Var objs() as object = dvalues
For each obj as object in objs
Var d as Dictionary = dictionary(obj)
// do something with the doctionary.
// catch exceptions too!
Next
You can check the examples in the feeback report
Var objs() as object = dvalues
For each obj as object in objs
Var d as Dictionary = dictionary(obj)
// do something with the doctionary.
// catch exceptions too!
Next
You can check the examples in the feeback report