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
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