engvidal Member Licensed User Longtime User Jan 26, 2013 #1 Hi I think there are some bugs at two maps functions? 1) I tried to use if map1.size > 0 then .... end if to know if the map already has some elements, but it allways returns 0. 2) I have a map with a key/value: "name",xxx if I use If map1.ContainsKey("name") Then end if it returns false Vidal
Hi I think there are some bugs at two maps functions? 1) I tried to use if map1.size > 0 then .... end if to know if the map already has some elements, but it allways returns 0. 2) I have a map with a key/value: "name",xxx if I use If map1.ContainsKey("name") Then end if it returns false Vidal
M melamoud Active Member Licensed User Longtime User Jan 26, 2013 #2 Not likely. Both works for me. Can you upload your code?
JonPM Well-Known Member Licensed User Longtime User Jan 26, 2013 #3 See your other post. You are not loading the map correctly.