Bugs at Maps ?

engvidal

Member
Licensed User
Longtime User
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
 

JonPM

Well-Known Member
Licensed User
Longtime User
See your other post. You are not loading the map correctly.
 
Top