VBScript dictionary delete by index ?

"R.Wieser" <[email protected]> Thu, 6 Nov 2025 10:03:00 +0100
Newsgroups alt.comp.lang.vbscript,alt.comp.os.windows-xp,alt.windows7.general
Organization A noiseless patient Spider
Message-ID <[email protected]>
Hello all,

I've got a vbscript Dictionary object, and need to be able to delete a 
key-item pair by its index.  Can it be done and if so, how is it expressed ?

Remark: I can use

oDict.remove oDict.keys()(Index)

, but that takes two steps and is doing more work than is needed (which also 
excludes converting to a pair of arrays and converting it back afterwards by 
the way :-) )

Regards,
Rudy Wieser