Community
Participate
Working Groups
Use EUNIT to run: library dictionaryFunctions myDictionary Dictionary = new dictionary(true, OrderingKind.byInsertion){ID = 5, lastName = "Twain", firstName = "Mark"}; keys string[]; values any[]; myInt int; function getKeys(){@Test} keys = myDictionary.getKeys(); myInt = keys.getSize(); LogResult.assertBigIntEqual1(3, myInt); end end getKeys: ERROR - uncaught exception for: dictionaryFunctions::getKeys
Fixed in 20111121 build.
Verified.