Hello to all,
I have this problem:
I declare in MAIN (code module / Process_Globals) a public map.
in a second "code module" I add the key to the map and as a value an array created on the fly: <map>. input ("key", Array As String ("a", "b", "c").
in a third "code module" I read the map, reading the key "key", but when I try to read the array, I get the error "Method not found: getObjectFast :, target: <B4IArray: 0x ...> ":
Dim <arrayname> () As String = Main. <Map> .Get ("key")
I recreated the same mechanism in a single "code module" and it works ...
some ideas? Is it a bug?
Thank you
I have this problem:
I declare in MAIN (code module / Process_Globals) a public map.
in a second "code module" I add the key to the map and as a value an array created on the fly: <map>. input ("key", Array As String ("a", "b", "c").
in a third "code module" I read the map, reading the key "key", but when I try to read the array, I get the error "Method not found: getObjectFast :, target: <B4IArray: 0x ...> ":
Dim <arrayname> () As String = Main. <Map> .Get ("key")
I recreated the same mechanism in a single "code module" and it works ...
some ideas? Is it a bug?
Thank you