Student Mode Code Display
Welcome to the Fraternity!
Learning and Sharing
Contributed By | IT Prof |
Date | 2016-03-12 08:30:20 |
'Tutorial: itprof_tut 'Data Dictionary Example: Set oDDIC = CreateObject("Scripting.Dictionary") oDDIC.Add "Akash","80" oDDIC.Add "Amit","90" oDDIC.Add "Sumit", "30" msgbox oDDIC.Item("Akash") msgbox oDDIC.Item("Sumit") arr_Item = oDDIC.Items arr_keys = oDDIC.keys oDDIC.Remove "Akash"