Browse by Tags

Related Posts

  • Attempt to Remove Items from Dictionary Object gets Enumeration Error

    My goal is to reduce the number of key / value pairs in a dictionary object by comparing the keys in the dictionary object to words contained in an array and removing the key / value pairs where the key (a string) is equal to one of the strings in my array. In the code below, AssignedNumbers represents...
    Posted to Web Forms (Forum) by John Happy on 02-11-2008, 12:00 AM
    Filed under: vbscript, array, Dictionary, enumeration
  • Re: Enumeraion

    The statement is correct. In the sense, that an enumeration is a list of constants. Actually, an Enumeration is an Array of Constants. But there are significant differences that you need to understand. First of all, an enumeration is different from a constant because it is available at run-time. The...
    Posted to Getting Started (Forum) by ManojSharma on 08-30-2007, 12:00 AM
    Filed under: Array, Constants, Enumeration
Page 1 of 1 (2 items)