Can't I use a variable inside of a dictionary expression like this: Dict_XYZ.Get("XABCD Number")?
That's what I'm trying to do:
->Repeat X times.
--> add to TOTAL (Dict_XYZ.Get("XABCD Number"))
-->set Number to Number+1
I want to retrieve all values which start with the key "XABCD"