Hello,
Is there a way to iterate backwarths over map items?
In B4A I can use a for loop with step -1 combined with .getvalueat and/or .getkeyat but B4i doesn't have these methods.
I want to remove items without getting errors that I'm trying to read none existing map entries due to none updated map limit counters.
Is there a way to iterate backwarths over map items?
In B4A I can use a for loop with step -1 combined with .getvalueat and/or .getkeyat but B4i doesn't have these methods.
I want to remove items without getting errors that I'm trying to read none existing map entries due to none updated map limit counters.