If keys are loaded/added manually, incrementing their values via: DictionaryName.Get("KeyName") + 1, that works. However, if keys are loaded via JSON or XML using AJAX? The same doesn't occur as the Get + 1 expression doesn't do anything and the keys will only change value via directly setting them to a value, such as 5 or 10. This is a fresh and barebones capx with no third party plugins. Even exported to nwjs, same thing still occurs (and using a text object to see if the key is changing)
Capx