I want to remove a key from dictionary. The following examples are covered in the aia file as attahced.
In example 1 (Screen1), I can successfully remove “key3” and the size of dictionary becomes 2. (that’s what I want)
In example 2 (Screen2), the size of dictionary remains unchanged after “remove”. (that’s the issue)
Thanks.
testDic2.aia (4.9 KB)