Re: VBScript dictionary delete by index ?
"R.Wieser" <[email protected]> Thu, 6 Nov 2025 15:03:39 +0100
| Newsgroups | alt.comp.lang.vbscript,alt.comp.os.windows-xp,alt.windows7.general |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
Just now I realized that I took it for granted that I can't "for each" a dictionary in a reverse order (the reason for the reverse order is because I want to delete items) So, I'm asking now : is it possible to do a "for each key in oDict" from the last to first item ? I just googeled for it and didn't find anything, but that doesn't say everything. Regards, Rudy Wieser